AWS::MemoryDB::ACLResource Type definition for AWS::MemoryDB::ACL
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ACLName | string | RequiredCreate-only |
Tags | Array<Tag> | |
UserNames | Array<string> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the acl. |
Status | string | Indicates acl status. Can be "creating", "active", "modifying", "deleting". |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MemoryDB::ACL
Resources:
MyResource:
Type: AWS::MemoryDB::ACL
Properties:
ACLName: "my-aclname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
memorydb:CreateACLmemorydb:DescribeACLsmemorydb:TagResourcememorydb:ListTagsiam:CreateServiceLinkedRolememorydb:DescribeACLsmemorydb:ListTagsmemorydb:UpdateACLmemorydb:DescribeACLsmemorydb:ListTagsmemorydb:TagResourcememorydb:UntagResourcememorydb:ModifyReplicationGroupmemorydb:DeleteACLmemorydb:DescribeACLsmemorydb:DescribeACLsmemorydb:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterACLNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ACLName