Resource Type definition for AWS::Transfer::Certificate
certificate
(String) Specifies the certificate body to be imported.usage
(String) Specifies the usage type for the certificate.active_date
(String) Specifies the active date for the certificate.certificate_chain
(String) Specifies the certificate chain to be imported.description
(String) A textual description for the certificate.inactive_date
(String) Specifies the inactive date for the certificate.private_key
(String) Specifies the private key for the certificate.tags
(Attributes Set) Key-value pairs that can be used to group and search for certificates. Tags are metadata attached to certificates for any purpose. (see below for nested schema)arn
(String) Specifies the unique Amazon Resource Name (ARN) for the agreement.certificate_id
(String) A unique identifier for the certificate.id
(String) Uniquely identifies the resource.not_after_date
(String) Specifies the not after date for the certificate.not_before_date
(String) Specifies the not before date for the certificate.serial
(String) Specifies Certificate's serial.status
(String) A status description for the certificate.type
(String) Describing the type of certificate. With or without a private key.tags
Required:
key
(String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.value
(String) The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.Import is supported using the following syntax:
$ terraform import awscc_transfer_certificate.example <resource ID>