certificate_providers_list_only
Lists certificate_providers
in a region or regions, for all properties use certificate_providers
Overview
Name | certificate_providers_list_only |
Type | Resource |
Description | Use the AWS::IoT::CertificateProvider resource to declare an AWS IoT Certificate Provider. |
Id | aws.iot.certificate_providers_list_only |
Fields
Name | Datatype | Description |
---|---|---|
certificate_provider_name | string | |
lambda_function_arn | string | |
account_default_for_operations | array | |
tags | array | An array of key-value pairs to apply to this resource. |
arn | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all certificate_providers
in a region.
SELECT
region,
certificate_provider_name
FROM aws.iot.certificate_providers_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the certificate_providers_list_only
resource, see certificate_providers