public static final class CognitoOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CognitoOptions
CognitoOptions
CognitoOptions.Builder, CognitoOptions.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 |
getIdentityPoolId()
The Amazon Cognito identity pool ID that you want Amazon OpenSearch Service to use for OpenSearch Dashboards authentication.
|
IRole |
getRole()
A role that allows Amazon OpenSearch Service to configure your user pool and identity pool.
|
java.lang.String |
getUserPoolId()
The Amazon Cognito user pool ID that you want Amazon 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.String getIdentityPoolId()
CognitoOptions
getIdentityPoolId
in interface CognitoOptions
public final IRole getRole()
CognitoOptions
It must have the AmazonESCognitoAccess
policy attached to it.
getRole
in interface CognitoOptions
public final java.lang.String getUserPoolId()
CognitoOptions
getUserPoolId
in interface CognitoOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()