Certificate

class Certificate : KotlinCustomResource

Resource Type definition for AWS::Lightsail::Certificate.

Properties

Link copied to clipboard
val certificateArn: Output<String>

The Amazon Resource Name (ARN) of the certificate.

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<Tag>>?

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

Link copied to clipboard
val urn: Output<String>