TlsCertificatePathsArgs

data class TlsCertificatePathsArgs(val certificatePath: Output<String>? = null, val privateKeyPath: Output<String>? = null) : ConvertibleToJava<TlsCertificatePathsArgs>

Deprecated The paths to the mounted TLS Certificates and private key. The paths to the mounted TLS Certificates and private key.

Constructors

Link copied to clipboard
fun TlsCertificatePathsArgs(certificatePath: Output<String>? = null, privateKeyPath: Output<String>? = null)

Functions

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

Properties

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

The path to the file holding the client or server TLS certificate to use.

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

The path to the file holding the client or server private key.