acl
Gets an individual acl
resource
Overview
Name | acl |
Type | Resource |
Description | acl |
Id | awscc.memorydb.acl |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
status,
acl_name,
user_names,
arn,
tags
FROM awscc.memorydb.acl
WHERE data__Identifier = '<ACLName>';
Permissions
To operate on the acl
resource, the following permissions are required:
Read
memorydb:DescribeACLs,
memorydb:ListTags
Update
memorydb:UpdateACL,
memorydb:DescribeACLs,
memorydb:ListTags,
memorydb:TagResource,
memorydb:UntagResource
Delete
memorydb:ModifyReplicationGroup,
memorydb:DeleteACL,
memorydb:DescribeACLs