acls_list_only
Lists acls
in a region or regions, for all properties use acls
Overview
Name | acls_list_only |
Type | Resource |
Description | Resource Type definition for AWS::MemoryDB::ACL |
Id | aws.memorydb.acls_list_only |
Fields
Name | Datatype | Description |
---|---|---|
status | string | Indicates acl status. Can be "creating", "active", "modifying", "deleting". |
acl_name | string | The name of the acl. |
user_names | array | List of users associated to this acl. |
arn | string | The Amazon Resource Name (ARN) of the acl. |
tags | array | An array of key-value pairs to apply to this cluster. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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