Skip to main content

acls_list_only

Lists acls in a region or regions, for all properties use acls

Overview

Nameacls_list_only
TypeResource
DescriptionResource Type definition for AWS::MemoryDB::ACL
Idaws.memorydb.acls_list_only

Fields

NameDatatypeDescription
acl_namestringThe name of the acl.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all acls in a region.

SELECT
region,
acl_name
FROM aws.memorydb.acls_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the acls_list_only resource, see acls