DomainNameConfiguration

The domain name configuration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A domain name for the API.

Link copied to clipboard

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.

Link copied to clipboard

The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.

Link copied to clipboard

The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.

Link copied to clipboard

The status of the domain name migration. The valid values are AVAILABLE, UPDATING, PENDING_CERTIFICATE_REIMPORT, and PENDING_OWNERSHIP_VERIFICATION. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.

Link copied to clipboard

An optional text message containing detailed information about status of the domain name migration.

Link copied to clipboard

The endpoint type.

Link copied to clipboard

The Amazon Route 53 Hosted Zone ID of the endpoint.

Link copied to clipboard

The IP address types that can invoke the domain name. Use ipv4 to allow only IPv4 addresses to invoke your domain name, or use dualstack to allow both IPv4 and IPv6 addresses to invoke your domain name.

Link copied to clipboard

The ARN of the public certificate issued by ACM to validate ownership of your custom domain. Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the regionalCertificateArn

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String