AWS::MemoryDB::UserSpecifies a MemoryDB user. For more information, see [Authenticating users with Access Contol Lists (ACLs)](https://docs.aws.amazon.com/memorydb/latest/devguide/clusters.acls.html) .
import { CfnUser } from 'aws-cdk-lib/aws-memorydb';Or use the module namespace:
import * as memorydb from 'aws-cdk-lib/aws-memorydb';
// memorydb.CfnUserConfiguration passed to the constructor as CfnUserProps.
userNameRequiredstringThe name of the user.
accessStringOptionalstringAccess permissions string used for this user.
authenticationModeOptionalanyDenotes whether the user requires a password to authenticate. *Example:* `mynewdbuser: Type: AWS::MemoryDB::User Properties: AccessString: on ~* &* +@all AuthenticationMode: Passwords: '1234567890123456' Type: password UserName: mynewdbuser AuthenticationMode: { "Passwords": ["1234567890123456"], "Type": "Password" }`
tagsOptionalCfnTag[]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) .
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-memorydbAWS::MemoryDB::User