class Aws::AppRunner::Types::CustomDomain
Describes a custom domain that's associated with an AWS App Runner service.
@!attribute [rw] domain_name
An associated custom domain endpoint. It can be a root domain (for example, `example.com`), a subdomain (for example, `login.example.com` or `admin.login.example.com`), or a wildcard (for example, `*.example.com`). @return [String]
@!attribute [rw] enable_www_subdomain
When `true`, the subdomain `www.DomainName ` is associated with the App Runner service in addition to the base domain. @return [Boolean]
@!attribute [rw] certificate_validation_records
A list of certificate CNAME records that's used for this domain name. @return [Array<Types::CertificateValidationRecord>]
@!attribute [rw] status
The current state of the domain name association. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/CustomDomain AWS API Documentation
Constants
- SENSITIVE