Interface CfnUserPropsMixin.AuthenticationModeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPropsMixin.AuthenticationModeProperty.Jsii$Proxy
- Enclosing class:
CfnUserPropsMixin
@Stability(Stable)
public static interface CfnUserPropsMixin.AuthenticationModeProperty
extends software.amazon.jsii.JsiiSerializable
Specifies the authentication mode to use.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.elasticache.*;
AuthenticationModeProperty authenticationModeProperty = AuthenticationModeProperty.builder()
.passwords(List.of("passwords"))
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserPropsMixin.AuthenticationModePropertystatic final classAn implementation forCfnUserPropsMixin.AuthenticationModeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPasswords
Specifies the passwords to use for authentication ifTypeis set topassword.- See Also:
-
getType
Specifies the authentication type.Possible options are IAM authentication, password and no password.
- See Also:
-
builder
-