tagged_resources
Creates, updates, deletes or gets a tagged_resource resource or lists tagged_resources in a region
Overview
| Name | tagged_resources |
| Type | Resource |
| Description | A list of resource ARNs and the tags (keys and values) that are associated with each. |
| Id | awscc.tagging.tagged_resources |
Fields
| Name | Datatype | Description |
|---|---|---|
resource_arn | string | The ARN of the resource. |
tags | array | The tags that have been applied to one or more Amazon Web Services resources. |
compliance_details | object | Information that shows whether a resource is compliant with the effective tag policy, including details on any noncompliant tag keys. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
get_resources | SELECT | Identifier, region |
SELECT examples
SELECT
region
FROM awscc.tagging.tagged_resources
WHERE
region = 'us-east-1';