certificate_providers
Retrieves a list of certificate_providers
in a region
Overview
Name | certificate_providers |
Type | Resource |
Description | certificate_providers |
Id | awscc.iot.certificate_providers |
Fields
Name | Datatype | Description |
---|---|---|
certificate_provider_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
certificate_provider_name
FROM awscc.iot.certificate_providers
WHERE region = 'us-east-1'
Permissions
To operate on the certificate_providers
resource, the following permissions are required:
Create
iot:CreateCertificateProvider,
iot:DescribeCertificateProvider,
iot:TagResource,
iot:ListTagsForResource
List
iot:ListCertificateProviders