Skip to main content

work_group_tags

Expands all tag keys and values for work_groups in a region

Overview

Namework_group_tags
TypeResource
DescriptionResource schema for AWS::Athena::WorkGroup
Idaws.athena.work_group_tags

Fields

NameDatatypeDescription
namestringThe workGroup name.
descriptionstringThe workgroup description.
work_group_configurationobjectThe workgroup configuration
work_group_configuration_updatesobjectThe workgroup configuration update object
creation_timestringThe date and time the workgroup was created.
statestringThe state of the workgroup: ENABLED or DISABLED.
recursive_delete_optionbooleanThe option to delete the workgroup and its contents even if the workgroup contains any named queries.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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