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
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

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