Skip to main content

certificates

Retrieves a list of certificates in a region

Overview

Namecertificates
TypeResource
Descriptioncertificates
Idawscc.transfer.certificates

Fields

NameDatatypeDescription
certificate_idstringA unique identifier for the certificate.
regionstringAWS 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