ManagedCertificatePropertiesArgs

data class ManagedCertificatePropertiesArgs(val domainControlValidation: Output<Either<String, ManagedCertificateDomainControlValidation>>? = null, val subjectName: Output<String>? = null) : ConvertibleToJava<ManagedCertificatePropertiesArgs>

Certificate resource specific properties

Constructors

Link copied to clipboard
constructor(domainControlValidation: Output<Either<String, ManagedCertificateDomainControlValidation>>? = null, subjectName: Output<String>? = null)

Properties

Link copied to clipboard

Selected type of domain control validation for managed certificates.

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

Subject name of the certificate.

Functions

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