Srv Record Args
data class SrvRecordArgs(val port: Output<Int>? = null, val priority: Output<Int>? = null, val target: Output<String>? = null, val weight: Output<Int>? = null) : ConvertibleToJava<SrvRecordArgs>
An SRV record.
Constructors
Link copied to clipboard
fun SrvRecordArgs(port: Output<Int>? = null, priority: Output<Int>? = null, target: Output<String>? = null, weight: Output<Int>? = null)