Skip to main content

certificates_list_only

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

Overview

Namecertificates_list_only
TypeResource
DescriptionUse the AWS::IoT::Certificate resource to declare an AWS IoT X.509 certificate.
Idaws.iot.certificates_list_only

Fields

NameDatatypeDescription
ca_certificate_pemstring
certificate_pemstring
certificate_signing_requeststring
certificate_modestring
statusstring
idstring
arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all certificates in a region.

SELECT
region,
id
FROM aws.iot.certificates_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the certificates_list_only resource, see certificates