CustomDomainConfig
No description
type CustomDomainConfig {
domain: String
certificateDnsRecord: DnsRecord
distributionDnsRecord: DnsRecord
status: CustomDomainStatus
}
Fields
CustomDomainConfig.domain ● String scalar
The custom domain name
CustomDomainConfig.certificateDnsRecord ● DnsRecord object
The DNS record of the SSL/TLS certificate to add to the DNS database
CustomDomainConfig.distributionDnsRecord ● DnsRecord object
The DNS record of the CloudFront distribution to add to the DNS database
CustomDomainConfig.status ● CustomDomainStatus enum
The status of the custom domain
Member Of
Account object