Certificate

class Certificate : KotlinCustomResource

An example resource schema demonstrating some basic constructs and validation rules.

Properties

Link copied to clipboard
val certificateArn: Output<String>
Link copied to clipboard
val certificateName: Output<String>

The name for the certificate.

Link copied to clipboard
val domainName: Output<String>

The domain name (e.g., example.com ) for the certificate.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Output<String>

The validation status of the certificate.

Link copied to clipboard

An array of strings that specify the alternate domains (e.g., example2.com) and subdomains (e.g., blog.example.com) for the certificate.

Link copied to clipboard
val tags: Output<List<CertificateTag>>?

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val urn: Output<String>