ZoneSoaRecordArgs

data class ZoneSoaRecordArgs(val email: Output<String>, val expireTime: Output<Int>? = null, val fqdn: Output<String>? = null, val hostName: Output<String>? = null, val minimumTtl: Output<Int>? = null, val refreshTime: Output<Int>? = null, val retryTime: Output<Int>? = null, val serialNumber: Output<Int>? = null, val tags: Output<Map<String, String>>? = null, val ttl: Output<Int>? = null) : ConvertibleToJava<ZoneSoaRecordArgs>

Constructors

Link copied to clipboard
constructor(email: Output<String>, expireTime: Output<Int>? = null, fqdn: Output<String>? = null, hostName: Output<String>? = null, minimumTtl: Output<Int>? = null, refreshTime: Output<Int>? = null, retryTime: Output<Int>? = null, serialNumber: Output<Int>? = null, tags: Output<Map<String, String>>? = null, ttl: Output<Int>? = null)

Properties

Link copied to clipboard
val email: Output<String>

The email contact for the SOA record.

Link copied to clipboard
val expireTime: Output<Int>? = null

The expire time for the SOA record. Defaults to 2419200.

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

The fully qualified domain name of the Record Set.

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

The domain name of the authoritative name server for the SOA record.

Link copied to clipboard
val minimumTtl: Output<Int>? = null

The minimum Time To Live for the SOA record. By convention, it is used to determine the negative caching duration. Defaults to 10.

Link copied to clipboard
val refreshTime: Output<Int>? = null

The refresh time for the SOA record. Defaults to 3600.

Link copied to clipboard
val retryTime: Output<Int>? = null

The retry time for the SOA record. Defaults to 300.

Link copied to clipboard
val serialNumber: Output<Int>? = null

The serial number for the SOA record.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

A mapping of tags to assign to the Record Set.

Link copied to clipboard
val ttl: Output<Int>? = null

The Time To Live of the SOA Record in seconds. Defaults to 3600.

Functions

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