AWS::MemoryDB::ACL
Specifies an Access Control List. For more information, see Authenticating users with Access Contol Lists (ACLs).
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MemoryDB::ACL", "Properties" : { "ACLName" :
String
, "Tags" :[ Tag, ... ]
, "UserNames" :[ String, ... ]
} }
Properties
ACLName
-
The name of the Access Control List.
Required: Yes
Type: String
Update requires: Replacement
Tags
-
An array of key-value pairs to apply to this resource.
For more information, see Tag.
Required: No
Type: List of Tag
Update requires: No interruption
UserNames
-
The list of users that belong to the Access Control List.
Required: No
Type: List of String
Update requires: No interruption