Soa Record Args
data class SoaRecordArgs(val email: Output<String>? = null, val expireTime: Output<Double>? = null, val host: Output<String>? = null, val minimumTtl: Output<Double>? = null, val refreshTime: Output<Double>? = null, val retryTime: Output<Double>? = null, val serialNumber: Output<Double>? = null) : ConvertibleToJava<SoaRecordArgs>
An SOA record.
Constructors
Properties
Link copied to clipboard
The expire time for this SOA record.
Link copied to clipboard
The minimum value for this SOA record. By convention this is used to determine the negative caching duration.
Link copied to clipboard
The refresh value for this SOA record.
Link copied to clipboard
The serial number for this SOA record.