@Stability(value=Stable)
public static interface CfnUser.AuthenticationModeProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.memorydb.*;
AuthenticationModeProperty authenticationModeProperty = AuthenticationModeProperty.builder()
.passwords(List.of("passwords"))
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUser.AuthenticationModeProperty.Builder
A builder for
CfnUser.AuthenticationModeProperty |
static class |
CfnUser.AuthenticationModeProperty.Jsii$Proxy
An implementation for
CfnUser.AuthenticationModeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUser.AuthenticationModeProperty.Builder |
builder() |
default List<String> |
getPasswords()
`CfnUser.AuthenticationModeProperty.Passwords`.
|
default String |
getType()
`CfnUser.AuthenticationModeProperty.Type`.
|
@Stability(value=Stable) @Nullable default List<String> getPasswords()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnUser.AuthenticationModeProperty.Builder builder()
Copyright © 2023. All rights reserved.