user_groups_list_only
Lists user_groups in a region or regions, for all properties use user_groups
Overview
| Name | user_groups_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::ElastiCache::UserGroup |
| Id | aws.elasticache.user_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
user_group_id | string | The ID of the user group. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all user_groups in a region.
SELECT
region,
user_group_id
FROM aws.elasticache.user_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_groups_list_only resource, see user_groups