DomainCognitoOptionsArgs

data class DomainCognitoOptionsArgs(val enabled: Output<Boolean>? = null, val identityPoolId: Output<String>, val roleArn: Output<String>, val userPoolId: Output<String>) : ConvertibleToJava<DomainCognitoOptionsArgs>

Constructors

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether Amazon Cognito authentication with Kibana is enabled or not.

Link copied to clipboard
val identityPoolId: Output<String>

ID of the Cognito Identity Pool to use.

Link copied to clipboard
val roleArn: Output<String>

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

Link copied to clipboard
val userPoolId: Output<String>

ID of the Cognito User Pool to use.

Functions

Link copied to clipboard
open override fun toJava(): DomainCognitoOptionsArgs