DomainName

class DomainName : KotlinCustomResource

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.

Properties

Link copied to clipboard
val domainName: Output<String>

The custom domain name for your API in Amazon API Gateway. Uppercase letters and the underscore (`_`) character are not supported.

Link copied to clipboard
val domainNameArn: Output<String>

Represents an Amazon Resource Name (ARN).

Link copied to clipboard

The domain name configurations.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The mutual TLS authentication configuration for a custom domain name.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name.

Link copied to clipboard

The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.

Link copied to clipboard
val tags: Output<Map<String, String>>?

The collection of tags associated with a domain name.

Link copied to clipboard
val urn: Output<String>