certificate_provider_tags
Expands all tag keys and values for certificate_providers in a region
Overview
| Name | certificate_provider_tags |
| Type | Resource |
| Description | Use the AWS::IoT::CertificateProvider resource to declare an AWS IoT Certificate Provider. |
| Id | aws.iot.certificate_provider_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
certificate_provider_name | string | |
lambda_function_arn | string | |
account_default_for_operations | array | |
arn | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all certificate_providers in a region.
SELECT
region,
certificate_provider_name,
lambda_function_arn,
account_default_for_operations,
arn,
tag_key,
tag_value
FROM aws.iot.certificate_provider_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the certificate_provider_tags resource, see certificate_providers