Skip to main content

acls

Retrieves a list of acls in a region

Overview

Nameacls
TypeResource
Descriptionacls
Idawscc.memorydb.acls

Fields

NameDatatypeDescription
acl_namestringThe name of the acl.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
acl_name
FROM awscc.memorydb.acls
WHERE region = 'us-east-1'

Permissions

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

Create

memorydb:CreateACL,
memorydb:DescribeACLs,
memorydb:TagResource,
memorydb:ListTags

List

memorydb:DescribeACLs,
memorydb:ListTags