CertificateSelfManagedArgs

data class CertificateSelfManagedArgs(val certificatePem: Output<String>? = null, val pemCertificate: Output<String>? = null, val pemPrivateKey: Output<String>? = null, val privateKeyPem: Output<String>? = null) : ConvertibleToJava<CertificateSelfManagedArgs>

Constructors

Link copied to clipboard
constructor(certificatePem: Output<String>? = null, pemCertificate: Output<String>? = null, pemPrivateKey: Output<String>? = null, privateKeyPem: Output<String>? = null)

Properties

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

(Optional, Deprecated) The certificate chain in PEM-encoded form. Leaf certificate comes first, followed by intermediate ones if any. Note: This property is sensitive and will not be displayed in the plan.

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

The certificate chain in PEM-encoded form. Leaf certificate comes first, followed by intermediate ones if any. Note: This property is sensitive and will not be displayed in the plan.

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

The private key of the leaf certificate in PEM-encoded form. Note: This property is sensitive and will not be displayed in the plan.

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

(Optional, Deprecated) The private key of the leaf certificate in PEM-encoded form. Note: This property is sensitive and will not be displayed in the plan.

Functions

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