CustomDomainCertConfigArgs

data class CustomDomainCertConfigArgs(val certName: Output<String>, val certificate: Output<String>, val privateKey: Output<String>) : ConvertibleToJava<CustomDomainCertConfigArgs>

Constructors

Link copied to clipboard
constructor(certName: Output<String>, certificate: Output<String>, privateKey: Output<String>)

Properties

Link copied to clipboard
val certificate: Output<String>

Certificate data of the HTTPS certificates, follow the 'pem' format.

Link copied to clipboard
val certName: Output<String>

The name of the certificate, used to distinguish different certificates.

Link copied to clipboard
val privateKey: Output<String>

Private key of the HTTPS certificates, follow the 'pem' format.

Functions

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