---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_memorydb_acl Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Resource Type definition for AWS::MemoryDB::ACL
---
# awscc_memorydb_acl (Resource)
Resource Type definition for AWS::MemoryDB::ACL
## Schema
### Required
- `acl_name` (String) The name of the acl.
### Optional
- `tags` (Attributes Set) An array of key-value pairs to apply to this cluster. (see [below for nested schema](#nestedatt--tags))
- `user_names` (List of String) List of users associated to this acl.
### Read-Only
- `arn` (String) The Amazon Resource Name (ARN) of the acl.
- `id` (String) Uniquely identifies the resource.
- `status` (String) Indicates acl status. Can be "creating", "active", "modifying", "deleting".
### Nested Schema for `tags`
Optional:
- `key` (String) The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws: or memorydb:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- `value` (String) The value for the tag. You can specify a value that is 1 to 256 Unicode characters in length and cannot be prefixed with aws: or memorydb:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_memorydb_acl.example
```