MemoryDB ACL

MemoryDB ACL is an access control list resource in Amazon MemoryDB for Redis. It defines which users can connect to a MemoryDB cluster and what permissions they have. By assigning ACLs to clusters, you can enforce fine-grained access control, ensuring that only authorized users can perform specific operations on the data.

aws.memorydb_acl

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
arncorestringThe Amazon Resource Name (ARN) of the ACL
clusterscorearray<string>A list of clusters associated with the ACL.
minimum_engine_versioncorestringThe minimum engine version supported for the ACL
namecorestringThe name of the Access Control List
pending_changescorejsonA list of updates being applied to the ACL.
statuscorestringIndicates ACL status. Can be "creating", "active", "modifying", "deleting".
tagscorehstore
user_namescorearray<string>The list of user names that belong to the ACL.