DomainCognitoOptions

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether Amazon Cognito authentication with Kibana is enabled or not.

Link copied to clipboard

ID of the Cognito Identity Pool to use.

Link copied to clipboard

ARN of the IAM role that has the AmazonESCognitoAccess policy attached.

Link copied to clipboard

ID of the Cognito User Pool to use.