ListenerMutualAuthentication

data class ListenerMutualAuthentication(val ignoreClientCertificateExpiry: Boolean? = null, val mode: String, val trustStoreArn: String? = null)

Constructors

Link copied to clipboard
fun ListenerMutualAuthentication(ignoreClientCertificateExpiry: Boolean? = null, mode: String, trustStoreArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether client certificate expiry is ignored. Default is false.

Link copied to clipboard

Valid values are off, verify and passthrough.

Link copied to clipboard
val trustStoreArn: String? = null

ARN of the elbv2 Trust Store.