getDomainName

The `AWS::ApiGatewayV2::DomainName` resource specifies a custom domain name for your API in Amazon API Gateway (API Gateway). You can use a custom domain name to provide a URL that's more intuitive and easier to recall. For more information about using custom domain names, see Set up Custom Domain Name for an API in API Gateway in the API Gateway Developer Guide.

Return

null

Parameters

argument

null


suspend fun getDomainName(domainName: String): GetDomainNameResult

Return

null

Parameters

domainName

The custom domain name for your API in Amazon API Gateway. Uppercase letters are not supported.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.apigatewayv2.kotlin.inputs.GetDomainNamePlainArgs.

See also