Skip to main content

work_groups_list_only

Lists work_groups in a region or regions, for all properties use work_groups

Overview

Namework_groups_list_only
TypeResource
DescriptionResource schema for AWS::Athena::WorkGroup
Idaws.athena.work_groups_list_only

Fields

NameDatatypeDescription
namestringThe workGroup name.
descriptionstringThe workgroup description.
tagsarrayOne or more tags, separated by commas, that you want to attach to the workgroup as you create it
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.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all work_groups in a region.

SELECT
region,
name
FROM aws.athena.work_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the work_groups_list_only resource, see work_groups