AwsRoute53DomainsDomainSummaryPropertiesArgs

data class AwsRoute53DomainsDomainSummaryPropertiesArgs(val autoRenew: Output<Boolean>? = null, val domainName: Output<String>? = null, val expiry: Output<String>? = null, val transferLock: Output<Boolean>? = null) : ConvertibleToJava<AwsRoute53DomainsDomainSummaryPropertiesArgs>

Definition of awsRoute53DomainsDomainSummary

Constructors

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

Properties

Link copied to clipboard
val autoRenew: Output<Boolean>? = null

Indicates whether the domain is automatically renewed upon expiration.

Link copied to clipboard
val domainName: Output<String>? = null

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

Link copied to clipboard
val expiry: Output<String>? = null

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

Link copied to clipboard
val transferLock: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AwsRoute53DomainsDomainSummaryPropertiesArgs