public static final class CfnDomain.CognitoOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.CognitoOptionsProperty
CfnDomain.CognitoOptionsProperty
CfnDomain.CognitoOptionsProperty.Builder, CfnDomain.CognitoOptionsProperty.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()
Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.
|
java.lang.String |
getIdentityPoolId()
The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.
|
java.lang.String |
getRoleArn()
The `AmazonOpenSearchServiceCognitoAccess` role that allows OpenSearch Service to configure your user pool and identity pool.
|
java.lang.String |
getUserPoolId()
The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.
|
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.CognitoOptionsProperty
See Amazon Cognito authentication for OpenSearch Dashboards .
getEnabled
in interface CfnDomain.CognitoOptionsProperty
public final java.lang.String getIdentityPoolId()
CfnDomain.CognitoOptionsProperty
Required if you enabled Cognito Authentication for OpenSearch Dashboards.
getIdentityPoolId
in interface CfnDomain.CognitoOptionsProperty
public final java.lang.String getRoleArn()
CfnDomain.CognitoOptionsProperty
Required if you enabled Cognito Authentication for OpenSearch Dashboards.
getRoleArn
in interface CfnDomain.CognitoOptionsProperty
public final java.lang.String getUserPoolId()
CfnDomain.CognitoOptionsProperty
Required if you enabled Cognito Authentication for OpenSearch Dashboards.
getUserPoolId
in interface CfnDomain.CognitoOptionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()