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
usagestringSpecifies the usage type for the certificate.
certificatestringSpecifies the certificate body to be imported.
certificate_chainstringSpecifies the certificate chain to be imported.
private_keystringSpecifies the private key for the certificate.
active_datestringSpecifies the active date for the certificate.
inactive_datestringSpecifies the inactive date for the certificate.
descriptionstringA textual description for the certificate.
tagsarrayKey-value pairs that can be used to group and search for certificates. Tags are metadata attached to certificates for any purpose.
arnstringSpecifies the unique Amazon Resource Name (ARN) for the agreement.
certificate_idstringA unique identifier for the certificate.
statusstringA status description for the certificate.
typestringDescribing the type of certificate. With or without a private key.
serialstringSpecifies Certificate's serial.
not_before_datestringSpecifies the not before date for the certificate.
not_after_datestringSpecifies the not after date 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