CertificateCertificateArgs

data class CertificateCertificateArgs(val contents: Output<String>, val password: Output<String>? = null) : ConvertibleToJava<CertificateCertificateArgs>

Constructors

Link copied to clipboard
constructor(contents: Output<String>, password: Output<String>? = null)

Properties

Link copied to clipboard
val contents: Output<String>

The base64-encoded certificate contents.

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

The password associated with the certificate.

Functions

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