Tlsa Record Args
data class TlsaRecordArgs(val certAssociationData: Output<String>? = null, val matchingType: Output<Int>? = null, val selector: Output<Int>? = null, val usage: Output<Int>? = null) : ConvertibleToJava<TlsaRecordArgs>
A TLSA record. For more information about the TLSA record format, see RFC 6698: https://www.rfc-editor.org/rfc/rfc6698