Domain Name Configuration
The `DomainNameConfiguration`
property type specifies the configuration for an API's domain name. `DomainNameConfiguration`
is a property of the AWS::ApiGatewayV2::DomainName resource.
Constructors
Properties
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
The endpoint type.
The Amazon resource name (ARN) for the public certificate issued by ACMlong. This ARN is used to validate custom domain ownership. It's required only if you configure mutual TLS and use either an ACM-imported or a private CA certificate ARN as the regionalCertificateArn.
The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are `TLS_1_0`
and `TLS_1_2`
.