user
Gets an individual user
resource
Overview
Name | user |
Type | Resource |
Description | user |
Id | awscc.memorydb.user |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
status,
user_name,
access_string,
authentication_mode,
arn,
tags
FROM awscc.memorydb.user
WHERE data__Identifier = '<UserName>';
Permissions
To operate on the user
resource, the following permissions are required:
Read
memorydb:DescribeUsers,
memorydb:ListTags
Update
memorydb:UpdateUser,
memorydb:DescribeUsers,
memorydb:ListTags,
memorydb:TagResource,
memorydb:UntagResource
Delete
memorydb:DeleteUser,
memorydb:DescribeUsers