CognitoOptionsResponse

data class CognitoOptionsResponse(val enabled: Boolean? = null, val identityPoolId: String? = null, val roleArn: String? = null, val userPoolId: String? = null)

Definition of CognitoOptions

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, identityPoolId: String? = null, roleArn: String? = null, userPoolId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable or disable Amazon Cognito authentication for OpenSearch Dashboards.

Link copied to clipboard
val identityPoolId: String? = null

The Amazon Cognito identity pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.

Link copied to clipboard
val roleArn: String? = null

The AmazonOpenSearchServiceCognitoAccess role that allows OpenSearch Service to configure your user pool and identity pool.

Link copied to clipboard
val userPoolId: String? = null

The Amazon Cognito user pool ID that you want OpenSearch Service to use for OpenSearch Dashboards authentication.