Get Domain Result
data class GetDomainResult(val arn: String? = null, val autoSubDomainCreationPatterns: List<String>? = null, val autoSubDomainIamRole: String? = null, val certificate: DomainCertificate? = null, val certificateRecord: String? = null, val domainStatus: String? = null, val enableAutoSubDomain: Boolean? = null, val statusReason: String? = null, val subDomainSettings: List<DomainSubDomainSetting>? = null, val updateStatus: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, autoSubDomainCreationPatterns: List<String>? = null, autoSubDomainIamRole: String? = null, certificate: DomainCertificate? = null, certificateRecord: String? = null, domainStatus: String? = null, enableAutoSubDomain: Boolean? = null, statusReason: String? = null, subDomainSettings: List<DomainSubDomainSetting>? = null, updateStatus: String? = null)
Properties
Link copied to clipboard
Sets the branch patterns for automatic subdomain creation.
Link copied to clipboard
The required AWS Identity and Access Management (IAMlong) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.
Link copied to clipboard
Link copied to clipboard
DNS Record for certificate verification.
Link copied to clipboard
Status for the Domain Association.
Link copied to clipboard
Enables the automated creation of subdomains for branches.
Link copied to clipboard
Reason for the current status of the domain.
Link copied to clipboard
The setting for the subdomain.
Link copied to clipboard
The status of the domain update operation that is currently in progress. The following list describes the valid update states.