Skip to main content

user

Gets an individual user resource

Overview

Nameuser
TypeResource
Descriptionuser
Idawscc.memorydb.user

Fields

NameDatatypeDescription
statusstringIndicates the user status. Can be "active", "modifying" or "deleting".
user_namestringThe name of the user.
access_stringstringAccess permissions string used for this user account.
authentication_modeobject
arnstringThe Amazon Resource Name (ARN) of the user account.
tagsarrayAn array of key-value pairs to apply to this user.
regionstringAWS 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