We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.appsync.getDomainName
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:appsync:getDomainName
arguments:
# arguments dictionary
The 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.
- Hosted
Zone stringId - The ID of your Amazon Route 53 hosted zone.
- App
Sync stringDomain Name - The domain name provided by AWS AppSync .
- Description string
- The decription for your domain name.
- Hosted
Zone stringId - The ID of your Amazon Route 53 hosted zone.
- app
Sync StringDomain Name - The domain name provided by AWS AppSync .
- description String
- The decription for your domain name.
- hosted
Zone StringId - The ID of your Amazon Route 53 hosted zone.
- app
Sync stringDomain Name - The domain name provided by AWS AppSync .
- description string
- The decription for your domain name.
- hosted
Zone stringId - The ID of your Amazon Route 53 hosted zone.
- app_
sync_ strdomain_ name - The domain name provided by AWS AppSync .
- description str
- The decription for your domain name.
- hosted_
zone_ strid - The ID of your Amazon Route 53 hosted zone.
- app
Sync StringDomain Name - The domain name provided by AWS AppSync .
- description String
- The decription for your domain name.
- hosted
Zone StringId - The ID of your Amazon Route 53 hosted zone.
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi