Skip to main content

acl

Gets an individual acl resource

Overview

Nameacl
TypeResource
Descriptionacl
Idawscc.memorydb.acl

Fields

NameDatatypeDescription
statusstringIndicates acl status. Can be "creating", "active", "modifying", "deleting".
acl_namestringThe name of the acl.
user_namesarrayList of users associated to this acl.
arnstringThe Amazon Resource Name (ARN) of the acl.
tagsarrayAn array of key-value pairs to apply to this cluster.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
status,
acl_name,
user_names,
arn,
tags
FROM awscc.memorydb.acl
WHERE data__Identifier = '<ACLName>';

Permissions

To operate on the acl resource, the following permissions are required:

Read

memorydb:DescribeACLs,
memorydb:ListTags

Update

memorydb:UpdateACL,
memorydb:DescribeACLs,
memorydb:ListTags,
memorydb:TagResource,
memorydb:UntagResource

Delete

memorydb:ModifyReplicationGroup,
memorydb:DeleteACL,
memorydb:DescribeACLs