TlsaRecordArgs

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

Constructors

Link copied to clipboard
constructor(certAssociationData: Output<String>? = null, matchingType: Output<Int>? = null, selector: Output<Int>? = null, usage: Output<Int>? = null)

Properties

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

This specifies the certificate association data to be matched.

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

The matching type specifies how the certificate association is presented.

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

The selector specifies which part of the TLS certificate presented by the server will be matched against the association data.

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

The usage specifies the provided association that will be used to match the certificate presented in the TLS handshake.

Functions

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