Self Managed Certificate Args
data class SelfManagedCertificateArgs(val pemCertificate: Output<String>? = null, val pemPrivateKey: Output<String>? = null) : ConvertibleToJava<SelfManagedCertificateArgs>
Certificate data for a SelfManaged Certificate. SelfManaged Certificates are uploaded by the user. Updating such certificates before they expire remains the user's responsibility.