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::MemoryDB::User |
Id | aws.memorydb.user_tags |
Fields
Name | Datatype | Description |
---|---|---|
status | string | Indicates the user status. Can be "active", "modifying" or "deleting". |
user_name | string | The name of the user. |
access_string | string | Access permissions string used for this user account. |
authentication_mode | object | |
arn | string | The Amazon Resource Name (ARN) of the user account. |
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_name,
access_string,
authentication_mode,
arn,
tag_key,
tag_value
FROM aws.memorydb.user_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the user_tags
resource, see users