usage_profile_tags
Expands all tag keys and values for usage_profiles in a region
Overview
| Name | usage_profile_tags |
| Type | Resource |
| Description | This creates a Resource of UsageProfile type. |
| Id | aws.glue.usage_profile_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | The name of the UsageProfile. |
description | string | The description of the UsageProfile. |
configuration | undefined | UsageProfile configuration for supported service ex: (Jobs, Sessions). |
created_on | string | Creation time. |
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 usage_profiles in a region.
SELECT
region,
name,
description,
configuration,
created_on,
tag_key,
tag_value
FROM aws.glue.usage_profile_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the usage_profile_tags resource, see usage_profiles