interface AuthenticationModeProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MemoryDB.CfnUser.AuthenticationModeProperty | 
|  Java | software.amazon.awscdk.services.memorydb.CfnUser.AuthenticationModeProperty | 
|  Python | aws_cdk.aws_memorydb.CfnUser.AuthenticationModeProperty | 
|  TypeScript | @aws-cdk/aws-memorydb»CfnUser»AuthenticationModeProperty | 
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as memorydb from '@aws-cdk/aws-memorydb';
const authenticationModeProperty: memorydb.CfnUser.AuthenticationModeProperty = {
  passwords: ['passwords'],
  type: 'type',
};
Properties
| Name | Type | Description | 
|---|---|---|
| passwords? | string[] | CfnUser.AuthenticationModeProperty.Passwords. | 
| type? | string | CfnUser.AuthenticationModeProperty.Type. | 
passwords?
Type:
string[]
(optional)
CfnUser.AuthenticationModeProperty.Passwords.
type?
Type:
string
(optional)
CfnUser.AuthenticationModeProperty.Type.
