Provides information about a MemoryDB ACL.
data "aws_memorydb_acl" "example" {
name = "my-acl"
}
The following arguments are required:
name
- (Required) Name of the ACL.This data source exports the following attributes in addition to the arguments above:
id
- Name of the ACL.arn
- ARN of the ACL.minimum_engine_version
- The minimum engine version supported by the ACL.tags
- Map of tags assigned to the ACL.user_names
- Set of MemoryDB user names included in this ACL.