certificates
Retrieves a list of certificates
in a region
Overview
Name | certificates |
Type | Resource |
Description | certificates |
Id | awscc.transfer.certificates |
Fields
Name | Datatype | Description |
---|---|---|
certificate_id | string | A unique identifier for the certificate. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
certificate_id
FROM awscc.transfer.certificates
WHERE region = 'us-east-1'
Permissions
To operate on the certificates
resource, the following permissions are required:
Create
transfer:ImportCertificate,
transfer:TagResource
List
transfer:ListCertificates