Certificate Self Managed Args
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
fun CertificateSelfManagedArgs(certificatePem: Output<String>? = null, pemCertificate: Output<String>? = null, pemPrivateKey: Output<String>? = null, privateKeyPem: Output<String>? = null)