public static final class CfnDomain.AdvancedSecurityOptionsInputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.AdvancedSecurityOptionsInputProperty
CfnDomain.AdvancedSecurityOptionsInputProperty
CfnDomain.AdvancedSecurityOptionsInputProperty.Builder, CfnDomain.AdvancedSecurityOptionsInputProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getEnabled()
True to enable fine-grained access control.
|
java.lang.Object |
getInternalUserDatabaseEnabled()
True to enable the internal user database.
|
java.lang.Object |
getMasterUserOptions()
Specifies information about the master user.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getEnabled()
CfnDomain.AdvancedSecurityOptionsInputProperty
You must also enable encryption of data at rest and node-to-node encryption.
getEnabled
in interface CfnDomain.AdvancedSecurityOptionsInputProperty
public final java.lang.Object getInternalUserDatabaseEnabled()
CfnDomain.AdvancedSecurityOptionsInputProperty
getInternalUserDatabaseEnabled
in interface CfnDomain.AdvancedSecurityOptionsInputProperty
public final java.lang.Object getMasterUserOptions()
CfnDomain.AdvancedSecurityOptionsInputProperty
getMasterUserOptions
in interface CfnDomain.AdvancedSecurityOptionsInputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()