certificates_list_only
Lists certificates in a region or regions, for all properties use certificates
Overview
| Name | certificates_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::Transfer::Certificate |
| Id | aws.transfer.certificates_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
certificate | string | Specifies the certificate body to be imported. |
certificate_id | string | A unique identifier for the certificate. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all certificates in a region.
SELECT
region,
certificate_id
FROM aws.transfer.certificates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the certificates_list_only resource, see certificates