GetDomainCognitoOption

data class GetDomainCognitoOption(val enabled: Boolean, val identityPoolId: String, val roleArn: String, val userPoolId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether node to node encryption is enabled.

Link copied to clipboard

The Cognito Identity pool used by the domain.

Link copied to clipboard

The IAM Role with the AmazonESCognitoAccess policy attached.

Link copied to clipboard

The Cognito User pool used by the domain.