acl_tags
Expands all tag keys and values for acls
in a region
Overview
Name | acl_tags |
Type | Resource |
Description | Resource Type definition for AWS::MemoryDB::ACL |
Id | aws.memorydb.acl_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all acls
in a region.
SELECT
region,
status,
acl_name,
user_names,
arn,
tag_key,
tag_value
FROM aws.memorydb.acl_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the acl_tags
resource, see acls