work_groups_list_only
Lists work_groups
in a region or regions, for all properties use work_groups
Overview
Name | work_groups_list_only |
Type | Resource |
Description | Resource schema for AWS::Athena::WorkGroup |
Id | aws.athena.work_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The workGroup name. |
description | string | The workgroup description. |
tags | array | One or more tags, separated by commas, that you want to attach to the workgroup as you create it |
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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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