aws-cdk-lib.aws_memorydb.CfnUser.AuthenticationModeProperty

interface AuthenticationModeProperty

LanguageType name
.NETAmazon.CDK.AWS.MemoryDB.CfnUser.AuthenticationModeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmemorydb#CfnUser_AuthenticationModeProperty
Javasoftware.amazon.awscdk.services.memorydb.CfnUser.AuthenticationModeProperty
Pythonaws_cdk.aws_memorydb.CfnUser.AuthenticationModeProperty
TypeScript aws-cdk-lib » 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 { aws_memorydb as memorydb } from 'aws-cdk-lib';
const authenticationModeProperty: memorydb.CfnUser.AuthenticationModeProperty = {
  passwords: ['passwords'],
  type: 'type',
};

Properties

NameTypeDescription
passwords?string[]CfnUser.AuthenticationModeProperty.Passwords.
type?stringCfnUser.AuthenticationModeProperty.Type.

passwords?

Type: string[] (optional)

CfnUser.AuthenticationModeProperty.Passwords.


type?

Type: string (optional)

CfnUser.AuthenticationModeProperty.Type.