Class CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.elasticsearch.CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty
@Stability(Stable)
@Internal
public static final class CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty
An implementation for
CfnDomainPropsMixin.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.cfnpropertymixins.services.elasticsearch.CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty
CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.Builder, CfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.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 theCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty.Builder.
-
-
Method Details
-
getAnonymousAuthEnabled
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertyReturns union: eitherBooleanorIResolvable- Specified by:
getAnonymousAuthEnabledin interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getEnabled
Description copied from interface:CfnDomainPropsMixin.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 interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getInternalUserDatabaseEnabled
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertyTrue to enable the internal user database.Returns union: either
BooleanorIResolvable- Specified by:
getInternalUserDatabaseEnabledin interfaceCfnDomainPropsMixin.AdvancedSecurityOptionsInputProperty- See Also:
-
getMasterUserOptions
Description copied from interface:CfnDomainPropsMixin.AdvancedSecurityOptionsInputPropertySpecifies information about the master user.Returns union: either
IResolvableorCfnDomainPropsMixin.MasterUserOptionsProperty- Specified by:
getMasterUserOptionsin interfaceCfnDomainPropsMixin.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()
-