Skip to main content

certificate_provider_tags

Expands all tag keys and values for certificate_providers in a region

Overview

Namecertificate_provider_tags
TypeResource
DescriptionUse the AWS::IoT::CertificateProvider resource to declare an AWS IoT Certificate Provider.
Idaws.iot.certificate_provider_tags

Fields

NameDatatypeDescription
certificate_provider_namestring
lambda_function_arnstring
account_default_for_operationsarray
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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