Class CfnUserMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnUserMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnUserMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserMixinProps
@Stability(Stable)
@Internal
public static final class CfnUserMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserMixinProps
An implementation for
CfnUserMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnUserMixinProps
CfnUserMixinProps.Builder, CfnUserMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnUserMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnUserMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAccess permissions string used for this user.final ObjectSpecifies the authentication mode to use.final StringThe current supported values are valkey and redis.final ObjectIndicates a password is not required for this user.Passwords used for this user.getTags()The list of tags.final StringThe ID of the user.final StringThe username of the user.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserMixinProps.Builder.
-
-
Method Details
-
getAccessString
Description copied from interface:CfnUserMixinPropsAccess permissions string used for this user.- Specified by:
getAccessStringin interfaceCfnUserMixinProps- See Also:
-
getAuthenticationMode
Description copied from interface:CfnUserMixinPropsSpecifies the authentication mode to use. Below is an example of the possible JSON values:.{ Passwords: ["*****", "******"] // If Type is password. }- Specified by:
getAuthenticationModein interfaceCfnUserMixinProps- See Also:
-
getEngine
Description copied from interface:CfnUserMixinPropsThe current supported values are valkey and redis.- Specified by:
getEnginein interfaceCfnUserMixinProps- See Also:
-
getNoPasswordRequired
Description copied from interface:CfnUserMixinPropsIndicates a password is not required for this user.Returns union: either
BooleanorIResolvable- Specified by:
getNoPasswordRequiredin interfaceCfnUserMixinProps- See Also:
-
getPasswords
Description copied from interface:CfnUserMixinPropsPasswords used for this user.You can create up to two passwords for each user.
- Specified by:
getPasswordsin interfaceCfnUserMixinProps- See Also:
-
getTags
Description copied from interface:CfnUserMixinPropsThe list of tags.- Specified by:
getTagsin interfaceCfnUserMixinProps- See Also:
-
getUserId
Description copied from interface:CfnUserMixinPropsThe ID of the user.- Specified by:
getUserIdin interfaceCfnUserMixinProps- See Also:
-
getUserName
Description copied from interface:CfnUserMixinPropsThe username of the user.- Specified by:
getUserNamein interfaceCfnUserMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-