Tls Certificate Paths Args
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)