1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. appsync
  5. getDomainName

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.appsync.getDomainName

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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>
Copy
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]
Copy
func LookupDomainName(ctx *Context, args *LookupDomainNameArgs, opts ...InvokeOption) (*LookupDomainNameResult, error)
func LookupDomainNameOutput(ctx *Context, args *LookupDomainNameOutputArgs, opts ...InvokeOption) LookupDomainNameResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetDomainNameResult> getDomainName(GetDomainNameArgs args, InvokeOptions options)
public static Output<GetDomainNameResult> getDomainName(GetDomainNameArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:appsync:getDomainName
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DomainNameValue This property is required. string
The domain name.
DomainName This property is required. string
The domain name.
domainName This property is required. String
The domain name.
domainName This property is required. string
The domain name.
domain_name This property is required. str
The domain name.
domainName This property is required. String
The domain name.

getDomainName Result

The following output properties are available:

AppSyncDomainName string
The domain name provided by AWS AppSync .
Description string
The decription for your domain name.
HostedZoneId string
The ID of your Amazon Route 53 hosted zone.
AppSyncDomainName string
The domain name provided by AWS AppSync .
Description string
The decription for your domain name.
HostedZoneId string
The ID of your Amazon Route 53 hosted zone.
appSyncDomainName String
The domain name provided by AWS AppSync .
description String
The decription for your domain name.
hostedZoneId String
The ID of your Amazon Route 53 hosted zone.
appSyncDomainName string
The domain name provided by AWS AppSync .
description string
The decription for your domain name.
hostedZoneId string
The ID of your Amazon Route 53 hosted zone.
app_sync_domain_name str
The domain name provided by AWS AppSync .
description str
The decription for your domain name.
hosted_zone_id str
The ID of your Amazon Route 53 hosted zone.
appSyncDomainName String
The domain name provided by AWS AppSync .
description String
The decription for your domain name.
hostedZoneId String
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 Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi