Skip to main content

tagged_resources

Creates, updates, deletes or gets a tagged_resource resource or lists tagged_resources in a region

Overview

Nametagged_resources
TypeResource
DescriptionA list of resource ARNs and the tags (keys and values) that are associated with each.
Idawscc.tagging.tagged_resources

Fields

NameDatatypeDescription
resource_arnstringThe ARN of the resource.
tagsarrayThe tags that have been applied to one or more Amazon Web Services resources.
compliance_detailsobjectInformation that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys.
regionstringAWS region.

Methods

NameAccessible byRequired Params
get_resourcesSELECTIdentifier, region

SELECT examples

SELECT
region
FROM awscc.tagging.tagged_resources
WHERE
region = 'us-east-1';