Class CfnDomain.AdvancedSecurityOptionsInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticsearch.CfnDomain.AdvancedSecurityOptionsInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.AdvancedSecurityOptionsInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.AdvancedSecurityOptionsInputProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.AdvancedSecurityOptionsInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.AdvancedSecurityOptionsInputProperty
An implementation for
CfnDomain.AdvancedSecurityOptionsInputProperty-
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.services.elasticsearch.CfnDomain.AdvancedSecurityOptionsInputProperty
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder, CfnDomain.AdvancedSecurityOptionsInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomain.AdvancedSecurityOptionsInputProperty.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 ObjectReturns union: eitherBooleanorIResolvablefinal ObjectTrue to enable fine-grained access control.final ObjectTrue to enable the internal user database.final ObjectSpecifies information about the master 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 theCfnDomain.AdvancedSecurityOptionsInputProperty.Builder.
-
-
Method Details
-
getAnonymousAuthEnabled
Description copied from interface:CfnDomain.AdvancedSecurityOptionsInputPropertyReturns union: eitherBooleanorIResolvable- Specified by:
getAnonymousAuthEnabledin interfaceCfnDomain.AdvancedSecurityOptionsInputProperty- See Also:
-
getEnabled
Description copied from interface:CfnDomain.AdvancedSecurityOptionsInputPropertyTrue to enable fine-grained access control.You must also enable encryption of data at rest and node-to-node encryption.
Returns union: either
BooleanorIResolvable- Specified by:
getEnabledin interfaceCfnDomain.AdvancedSecurityOptionsInputProperty- See Also:
-
getInternalUserDatabaseEnabled
Description copied from interface:CfnDomain.AdvancedSecurityOptionsInputPropertyTrue to enable the internal user database.Returns union: either
BooleanorIResolvable- Specified by:
getInternalUserDatabaseEnabledin interfaceCfnDomain.AdvancedSecurityOptionsInputProperty- See Also:
-
getMasterUserOptions
Description copied from interface:CfnDomain.AdvancedSecurityOptionsInputPropertySpecifies information about the master user.Returns union: either
IResolvableorCfnDomain.MasterUserOptionsProperty- Specified by:
getMasterUserOptionsin interfaceCfnDomain.AdvancedSecurityOptionsInputProperty- 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()
-