Certificate

class Certificate : KotlinCustomResource

Provides a AWS Transfer AS2 Certificate resource.

Example Usage

Import

Using pulumi import, import Transfer AS2 Certificate using the certificate_id. For example:

$ pulumi import aws:transfer/certificate:Certificate example c-4221a88afd5f4362a

Properties

Link copied to clipboard
val activeDate: Output<String>

An date when the certificate becomes active

Link copied to clipboard
val arn: Output<String>

The ARN of the certificate

Link copied to clipboard
val certificate: Output<String>

The valid certificate file required for the transfer.

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

The optional list of certificate that make up the chain for the certificate that is being imported.

Link copied to clipboard
val certificateId: Output<String>

The unique identifier for the AS2 certificate

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

A short description that helps identify the certificate.

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

An date when the certificate becomes inactive

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

The private key associated with the certificate being imported.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

A map of tags to assign to the resource. If configured with a provider default_tags configuration block present, tags with matching keys will overwrite those defined at the provider-level.

Link copied to clipboard
val tagsAll: Output<Map<String, String>>
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val usage: Output<String>

Specifies if a certificate is being used for signing or encryption. The valid values are SIGNING and ENCRYPTION.