DomainNewCertificateConfigArgs

data class DomainNewCertificateConfigArgs(val certId: Output<String>? = null, val certName: Output<String>? = null, val certRegion: Output<String>? = null, val certType: Output<String>? = null, val privateKey: Output<String>? = null, val serverCertificate: Output<String>? = null, val serverCertificateStatus: Output<String>? = null) : ConvertibleToJava<DomainNewCertificateConfigArgs>

Constructors

Link copied to clipboard
constructor(certId: Output<String>? = null, certName: Output<String>? = null, certRegion: Output<String>? = null, certType: Output<String>? = null, privateKey: Output<String>? = null, serverCertificate: Output<String>? = null, serverCertificateStatus: Output<String>? = null)

Properties

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

The ID of the certificate. It takes effect only when CertType = cas.

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

Certificate name, only flyer names are supported.

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

The certificate region, which takes effect only when CertType = cas, supports cn-hangzhou (domestic) and ap-southeast-1 (International), and is cn-hangzhou by default.

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

Certificate type. Value:

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

The content of the private key. If the certificate is not enabled, you do not need to enter the content of the private key. To configure the certificate, enter the content of the private key.

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

The content of the security certificate. If the certificate is not enabled, you do not need to enter the content of the security certificate. Please enter the content of the certificate to configure the certificate.

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

Whether the HTTPS certificate is enabled. Value:

Functions

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