Tls Context Args
data class TlsContextArgs(val certificateContext: Output<TlsCertificateContextArgs>? = null, val validationContext: Output<TlsValidationContextArgs>? = null) : ConvertibleToJava<TlsContextArgs>
Deprecated The TLS settings for the client or server. The TLS settings for the client or server.
Constructors
Link copied to clipboard
fun TlsContextArgs(certificateContext: Output<TlsCertificateContextArgs>? = null, validationContext: Output<TlsValidationContextArgs>? = null)