Certificate

class Certificate : KotlinCustomResource

A certificate issued via a private certificate authority

Properties

Link copied to clipboard

These are fields to be overridden in a certificate at the time of issuance. These requires an API_Passthrough template be used or they will be ignored.

Link copied to clipboard
val arn: Output<String>

The ARN of the issued certificate.

Link copied to clipboard
val certificate: Output<String>

The issued certificate in base 64 PEM-encoded format.

Link copied to clipboard

The Amazon Resource Name (ARN) for the private CA to issue the certificate.

Link copied to clipboard

The certificate signing request (CSR) 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

The name of the algorithm that will be used to sign the Certificate.

Link copied to clipboard
val templateArn: Output<String>?

Specifies a custom configuration template to use when issuing a certificate. If this parameter is not provided, ACM Private CA defaults to the EndEntityCertificate/V1 template.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

The time before which the Certificate will be valid.

Link copied to clipboard

The time after which the Certificate will be valid.