---
type: resource-type
title: ACL
description: aws resource type AWS::MemoryDB::ACL
name: ACL
lexicon: aws
resource_type: AWS::MemoryDB::ACL
---
`AWS::MemoryDB::ACL`, a resource type of the aws lexicon.

## Properties

- `ACLName` (`string`, required): The name of the acl.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the acl.
- `Status` (`string`, optional): Indicates acl status. Can be "creating", "active", "modifying", "deleting".
- `Tags` (`ACL_Tag[]`, optional): An array of key-value pairs to apply to this cluster.
- `UserNames` (`string[]`, optional): List of users associated to this acl.

## Attributes

- `Arn`
- `Status`

## Governed by

- [WAW023](/rules/WAW023.md): CloudFront distribution has no WAF web ACL — consider attaching one for protection
