user_tags
Expands all tag keys and values for users in a region
Overview
| Name | user_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::ElastiCache::User |
| Id | aws.elasticache.user_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
status | string | Indicates the user status. Can be "active", "modifying" or "deleting". |
user_id | string | The ID of the user. |
user_name | string | The username of the user. |
engine | string | The target cache engine for the user. |
access_string | string | Access permissions string used for this user account. |
no_password_required | boolean | Indicates a password is not required for this user account. |
passwords | array | Passwords used for this user account. You can create up to two passwords for each user. |
arn | string | The Amazon Resource Name (ARN) of the user account. |
authentication_mode | object | |
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 users in a region.
SELECT
region,
status,
user_id,
user_name,
engine,
access_string,
no_password_required,
passwords,
arn,
authentication_mode,
tag_key,
tag_value
FROM aws.elasticache.user_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_tags resource, see users