aws.transfer.list_certificates
Example SQL Queries
SELECT * FROMaws.transfer.list_certificates;Description
Returns a list of the current certificates that have been imported into Transfer Family. If you want to limit the results to a certain number, supply a value for the MaxResults parameter. If you ran the command previously and received a value for the NextToken parameter, you can supply that value to continue listing certificates from where you left off.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| active_date An optional date that specifies when the certificate becomes active. | TIMESTAMP_S |
| arn The Amazon Resource Name (ARN) of the specified certificate. | VARCHAR |
| certificate_id An array of identifiers for the imported certificates. You use this identifier for working with profiles and partner profiles. | VARCHAR |
| description The name or short description that's used to identify the certificate. | VARCHAR |
| inactive_date An optional date that specifies when the certificate becomes inactive. | TIMESTAMP_S |
| status The certificate can be either ACTIVE, PENDING_ROTATION, or INACTIVE. PENDING_ROTATION means that this certificate will replace the current certificate when it expires. | VARCHAR |
| type The type for the certificate. If a private key has been specified for the certificate, its type is CERTIFICATE_WITH_PRIVATE_KEY. If there is no private key, the type is CERTIFICATE. | VARCHAR |
| usage Specifies how this certificate is used. It can be used in the following ways:
| VARCHAR |