certificates_list_only
Lists certificates
in a region or regions, for all properties use certificates
Overview
Name | certificates_list_only |
Type | Resource |
Description | Use the AWS::IoT::Certificate resource to declare an AWS IoT X.509 certificate. |
Id | aws.iot.certificates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
ca_certificate_pem | string | |
certificate_pem | string | |
certificate_signing_request | string | |
certificate_mode | string | |
status | string | |
id | string | |
arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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