AwsRoute53DomainsDomainSummaryPropertiesResponse

data class AwsRoute53DomainsDomainSummaryPropertiesResponse(val autoRenew: Boolean? = null, val domainName: String? = null, val expiry: String? = null, val transferLock: Boolean? = null)

Definition of awsRoute53DomainsDomainSummary

Constructors

constructor(autoRenew: Boolean? = null, domainName: String? = null, expiry: String? = null, transferLock: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val autoRenew: Boolean? = null

Indicates whether the domain is automatically renewed upon expiration.

Link copied to clipboard
val domainName: String? = null

The name of the domain that the summary information applies to.

Link copied to clipboard
val expiry: String? = null

Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard
val transferLock: Boolean? = null

Indicates whether a domain is locked from unauthorized transfer to another party.