users_list_only
Lists users
in a region or regions, for all properties use users
Overview
Name | users_list_only |
Type | Resource |
Description | Resource Type definition for AWS::MemoryDB::User |
Id | aws.memorydb.users_list_only |
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. |
tags | array | An array of key-value pairs to apply to this user. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all users
in a region.
SELECT
region,
user_name
FROM aws.memorydb.users_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the users_list_only
resource, see users