Class CfnDomain.CognitoOptionsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opensearchservice.CfnDomain.CognitoOptionsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomain.CognitoOptionsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomain.CognitoOptionsProperty
@Stability(Stable)
@Internal
public static final class CfnDomain.CognitoOptionsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomain.CognitoOptionsProperty
An implementation for
CfnDomain.CognitoOptionsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.opensearchservice.CfnDomain.CognitoOptionsProperty
CfnDomain.CognitoOptionsProperty.Builder, CfnDomain.CognitoOptionsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDomain.CognitoOptionsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.final String
The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.final String
TheAmazonOpenSearchServiceCognitoAccess
role that allows OpenSearch Service to configure your user pool and identity pool.final String
The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.final int
hashCode()
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 theCfnDomain.CognitoOptionsProperty.Builder
.
-
-
Method Details
-
getEnabled
Description copied from interface:CfnDomain.CognitoOptionsProperty
Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.See Amazon Cognito authentication for OpenSearch Dashboards .
- Specified by:
getEnabled
in interfaceCfnDomain.CognitoOptionsProperty
- See Also:
-
getIdentityPoolId
Description copied from interface:CfnDomain.CognitoOptionsProperty
The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.Required if you enabled Cognito Authentication for OpenSearch Dashboards.
- Specified by:
getIdentityPoolId
in interfaceCfnDomain.CognitoOptionsProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnDomain.CognitoOptionsProperty
TheAmazonOpenSearchServiceCognitoAccess
role that allows OpenSearch Service to configure your user pool and identity pool.Required if you enabled Cognito Authentication for OpenSearch Dashboards.
- Specified by:
getRoleArn
in interfaceCfnDomain.CognitoOptionsProperty
- See Also:
-
getUserPoolId
Description copied from interface:CfnDomain.CognitoOptionsProperty
The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.Required if you enabled Cognito Authentication for OpenSearch Dashboards.
- Specified by:
getUserPoolId
in interfaceCfnDomain.CognitoOptionsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-