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.String |
getAnonymousAuthDisableDate()
Date and time when the migration period will be disabled.
|
java.lang.Object |
getAnonymousAuthEnabled()
True to enable a 30-day migration period during which administrators can create role mappings.
|
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.
|
java.lang.Object |
getSamlOptions()
Container for information about the SAML configuration for OpenSearch Dashboards.
|
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.String getAnonymousAuthDisableDate()
CfnDomain.AdvancedSecurityOptionsInputProperty
Only necessary when enabling fine-grained access control on an existing domain .
getAnonymousAuthDisableDate
in interface CfnDomain.AdvancedSecurityOptionsInputProperty
public final java.lang.Object getAnonymousAuthEnabled()
CfnDomain.AdvancedSecurityOptionsInputProperty
Only necessary when enabling fine-grained access control on an existing domain .
getAnonymousAuthEnabled
in interface CfnDomain.AdvancedSecurityOptionsInputProperty
public final java.lang.Object getEnabled()
CfnDomain.AdvancedSecurityOptionsInputProperty
You must also enable encryption of data at rest and node-to-node encryption. See Fine-grained access control in Amazon OpenSearch Service .
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 final java.lang.Object getSamlOptions()
CfnDomain.AdvancedSecurityOptionsInputProperty
getSamlOptions
in interface CfnDomain.AdvancedSecurityOptionsInputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()