CustomDomainAssociationCertificateValidationRecord

data class CustomDomainAssociationCertificateValidationRecord(val name: String? = null, val status: String? = null, val type: String? = null, val value: String? = null)

Constructors

constructor(name: String? = null, status: String? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Certificate CNAME record name.

Link copied to clipboard
val status: String? = null

Current state of the certificate CNAME record validation. It should change to SUCCESS after App Runner completes validation with your DNS.

Link copied to clipboard
val type: String? = null

Record type, always CNAME.

Link copied to clipboard
val value: String? = null

Certificate CNAME record value.