Certificate Args
data class CertificateArgs(val certificate: Output<String>? = null, val certificateChain: Output<String>? = null, val description: Output<String>? = null, val privateKey: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val usage: Output<String>? = null) : ConvertibleToJava<CertificateArgs>
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
Content copied to clipboard
Constructors
Properties
Link copied to clipboard
The valid certificate file required for the transfer.
Link copied to clipboard
The optional list of certificate that make up the chain for the certificate that is being imported.
Link copied to clipboard
A short description that helps identify the certificate.
Link copied to clipboard
The private key associated with the certificate being imported.