aws-cdk-lib.aws_memorydb.CfnACLProps

interface CfnACLProps

LanguageType name
.NETAmazon.CDK.AWS.MemoryDB.CfnACLProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmemorydb#CfnACLProps
Javasoftware.amazon.awscdk.services.memorydb.CfnACLProps
Pythonaws_cdk.aws_memorydb.CfnACLProps
TypeScript aws-cdk-lib » aws_memorydb » CfnACLProps

Properties for defining a CfnACL.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_memorydb as memorydb } from 'aws-cdk-lib';
const cfnACLProps: memorydb.CfnACLProps = {
  aclName: 'aclName',

  // the properties below are optional
  tags: [{
    key: 'key',
    value: 'value',
  }],
  userNames: ['userNames'],
};

Properties

NameTypeDescription
aclNamestringThe name of the Access Control List.
tags?CfnTag[]An array of key-value pairs to apply to this resource.
userNames?string[]The list of users that belong to the Access Control List.

aclName

Type: string

The name of the Access Control List.


tags?

Type: CfnTag[] (optional)

An array of key-value pairs to apply to this resource.

For more information, see Tag .


userNames?

Type: string[] (optional)

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