CertificateManagedArgs

data class CertificateManagedArgs(val authorizationAttemptInfos: Output<List<CertificateManagedAuthorizationAttemptInfoArgs>>? = null, val dnsAuthorizations: Output<List<String>>? = null, val domains: Output<List<String>>? = null, val provisioningIssues: Output<List<CertificateManagedProvisioningIssueArgs>>? = null, val state: Output<String>? = null) : ConvertibleToJava<CertificateManagedArgs>

Constructors

Link copied to clipboard
fun CertificateManagedArgs(authorizationAttemptInfos: Output<List<CertificateManagedAuthorizationAttemptInfoArgs>>? = null, dnsAuthorizations: Output<List<String>>? = null, domains: Output<List<String>>? = null, provisioningIssues: Output<List<CertificateManagedProvisioningIssueArgs>>? = null, state: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

Detailed state of the latest authorization attempt for each domain specified for this Managed Certificate. Structure is documented below.

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

Authorizations that will be used for performing domain authorization

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

The domains for which a managed SSL certificate will be generated. Wildcard domains are only supported with DNS challenge resolution

Link copied to clipboard

Information about issues with provisioning this Managed Certificate. Structure is documented below.

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

State of the domain for managed certificate issuance.