work_group_tags
Expands all tag keys and values for work_groups
in a region
Overview
Name | work_group_tags |
Type | Resource |
Description | Resource schema for AWS::Athena::WorkGroup |
Id | aws.athena.work_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The workGroup name. |
description | string | The workgroup description. |
work_group_configuration | object | The workgroup configuration |
work_group_configuration_updates | object | The workgroup configuration update object |
creation_time | string | The date and time the workgroup was created. |
state | string | The state of the workgroup: ENABLED or DISABLED. |
recursive_delete_option | boolean | The option to delete the workgroup and its contents even if the workgroup contains any named queries. |
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 work_groups
in a region.
SELECT
region,
name,
description,
work_group_configuration,
work_group_configuration_updates,
creation_time,
state,
recursive_delete_option,
tag_key,
tag_value
FROM aws.athena.work_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the work_group_tags
resource, see work_groups