AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MemoryDB::ACL

CfnACL

Specifies an Access Control List. For more information, see [Authenticating users with Access Contol Lists (ACLs)](https://docs.aws.amazon.com/memorydb/latest/devguide/clusters.acls.html) .

Import

import { CfnACL } from 'aws-cdk-lib/aws-memorydb';

Or use the module namespace:

import * as memorydb from 'aws-cdk-lib/aws-memorydb';
// memorydb.CfnACL

Properties

Configuration passed to the constructor as CfnACLProps.

aclNameRequired
string

The name of the Access Control List.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html) .

userNamesOptional
string[]

The list of users that belong to the Access Control List.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter