We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.appsync.getDomainName
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::AppSync::DomainName
Using getDomainName
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDomainName(args: GetDomainNameArgs, opts?: InvokeOptions): Promise<GetDomainNameResult>
function getDomainNameOutput(args: GetDomainNameOutputArgs, opts?: InvokeOptions): Output<GetDomainNameResult>def get_domain_name(domain_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainNameResult
def get_domain_name_output(domain_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainNameResult]func LookupDomainName(ctx *Context, args *LookupDomainNameArgs, opts ...InvokeOption) (*LookupDomainNameResult, error)
func LookupDomainNameOutput(ctx *Context, args *LookupDomainNameOutputArgs, opts ...InvokeOption) LookupDomainNameResultOutput> Note: This function is named LookupDomainName in the Go SDK.
public static class GetDomainName
{
public static Task<GetDomainNameResult> InvokeAsync(GetDomainNameArgs args, InvokeOptions? opts = null)
public static Output<GetDomainNameResult> Invoke(GetDomainNameInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDomainNameResult> getDomainName(GetDomainNameArgs args, InvokeOptions options)
public static Output<GetDomainNameResult> getDomainName(GetDomainNameArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:appsync:getDomainName
arguments:
# arguments dictionaryThe following arguments are supported:
- Domain
Name stringValue - The domain name.
- Domain
Name string - The domain name.
- domain
Name String - The domain name.
- domain
Name string - The domain name.
- domain_
name str - The domain name.
- domain
Name String - The domain name.
getDomainName Result
The following output properties are available:
- App
Sync stringDomain Name - The domain name provided by AWS AppSync .
- Description string
- The decription for your domain name.
- Domain
Name stringArn - The Amazon Resource Name (ARN) for the Domain Name.
- Hosted
Zone stringId - The ID of your Amazon Route 53 hosted zone.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A set of tags (key-value pairs) for this domain name.
- App
Sync stringDomain Name - The domain name provided by AWS AppSync .
- Description string
- The decription for your domain name.
- Domain
Name stringArn - The Amazon Resource Name (ARN) for the Domain Name.
- Hosted
Zone stringId - The ID of your Amazon Route 53 hosted zone.
- Tag
- A set of tags (key-value pairs) for this domain name.
- app
Sync StringDomain Name - The domain name provided by AWS AppSync .
- description String
- The decription for your domain name.
- domain
Name StringArn - The Amazon Resource Name (ARN) for the Domain Name.
- hosted
Zone StringId - The ID of your Amazon Route 53 hosted zone.
- List<Tag>
- A set of tags (key-value pairs) for this domain name.
- app
Sync stringDomain Name - The domain name provided by AWS AppSync .
- description string
- The decription for your domain name.
- domain
Name stringArn - The Amazon Resource Name (ARN) for the Domain Name.
- hosted
Zone stringId - The ID of your Amazon Route 53 hosted zone.
- Tag[]
- A set of tags (key-value pairs) for this domain name.
- app_
sync_ strdomain_ name - The domain name provided by AWS AppSync .
- description str
- The decription for your domain name.
- domain_
name_ strarn - The Amazon Resource Name (ARN) for the Domain Name.
- hosted_
zone_ strid - The ID of your Amazon Route 53 hosted zone.
- Sequence[root_Tag]
- A set of tags (key-value pairs) for this domain name.
- app
Sync StringDomain Name - The domain name provided by AWS AppSync .
- description String
- The decription for your domain name.
- domain
Name StringArn - The Amazon Resource Name (ARN) for the Domain Name.
- hosted
Zone StringId - The ID of your Amazon Route 53 hosted zone.
- List<Property Map>
- A set of tags (key-value pairs) for this domain name.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
