Certificate

class Certificate : KotlinCustomResource

Resource Type definition for AWS::Transfer::Certificate

Properties

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

Specifies the active date for the certificate.

Link copied to clipboard
val arn: Output<String>

Specifies the unique Amazon Resource Name (ARN) for the agreement.

Link copied to clipboard
val certificate: Output<String>

Specifies the certificate body to be imported.

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

Specifies the certificate chain to be imported.

Link copied to clipboard
val certificateId: Output<String>

A unique identifier for the certificate.

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

A textual description for the certificate.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val inactiveDate: Output<String>?

Specifies the inactive date for the certificate.

Link copied to clipboard
val notAfterDate: Output<String>

Specifies the not after date for the certificate.

Link copied to clipboard
val notBeforeDate: Output<String>

Specifies the not before date for the certificate.

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

Specifies the private key for the certificate.

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

Specifies Certificate's serial.

Link copied to clipboard

A status description for the certificate.

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

Key-value pairs that can be used to group and search for certificates. Tags are metadata attached to certificates for any purpose.

Link copied to clipboard
val type: Output<CertificateType>

Describing the type of certificate. With or without a private key.

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

Specifies the usage type for the certificate.