CustomDomain
Describes a custom domain that's associated with an AWS App Runner service.
Contents
- DomainName
-
An associated custom domain endpoint. It can be a root domain (for example,
example.com
), a subdomain (for example,login.example.com
oradmin.login.example.com
), or a wildcard (for example,*.example.com
).Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[A-Za-z0-9*.-]{1,255}
Required: Yes
- EnableWWWSubdomain
-
When
true
, the subdomainwww.DomainName
is associated with the App Runner service in addition to the base domain.Type: Boolean
Required: Yes
- Status
-
The current state of the domain name association.
Type: String
Valid Values:
CREATING | CREATE_FAILED | ACTIVE | DELETING | DELETE_FAILED | PENDING_CERTIFICATE_DNS_VALIDATION | BINDING_CERTIFICATE
Required: Yes
- CertificateValidationRecords
-
A list of certificate CNAME records that's used for this domain name.
Type: Array of CertificateValidationRecord objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: