aws.transfer.describe_certificate
Example SQL Queries
SELECT * FROMaws.transfer.describe_certificateWHERE"certificate_id" = 'VALUE';Description
Describes the certificate that's identified by the CertificateId.
Table Definition
| Column Name | Column Data Type |
|---|---|
| certificate_id Required Input Column An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| certificate The details for the specified certificate, returned as an object. | STRUCT( |
Show child fields
| |