Skip to main content

certificates_list_only

Lists certificates in a region or regions, for all properties use certificates

Overview

Namecertificates_list_only
TypeResource
DescriptionResource Type definition for AWS::Transfer::Certificate
Idaws.transfer.certificates_list_only

Fields

NameDatatypeDescription
certificatestringSpecifies the certificate body to be imported.
certificate_idstringA unique identifier for the certificate.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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