aws.memorydb.describe_acls
Example SQL Queries
SELECT * FROMaws.memorydb.describe_acls;Description
Returns a list of ACLs
Table Definition
| Column Name | Column Data Type |
|---|---|
| acl_name Input Column The name of the ACL | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| arn The Amazon Resource Name (ARN) of the ACL | VARCHAR |
| clusters A list of clusters associated with the ACL. | VARCHAR[] |
Show child fields
| |
| minimum_engine_version The minimum engine version supported for the ACL | VARCHAR |
| name The name of the Access Control List | VARCHAR |
| pending_changes A list of updates being applied to the ACL. | STRUCT( |
Show child fields
| |
| status Indicates ACL status. Can be "creating", "active", "modifying", "deleting". | VARCHAR |
| user_names The list of user names that belong to the ACL. | VARCHAR[] |
Show child fields
| |