CognitoUserPoolConfigArgs

data class CognitoUserPoolConfigArgs(val appIdClientRegex: Output<String>? = null, val awsRegion: Output<String>? = null, val userPoolId: Output<String>? = null) : ConvertibleToJava<CognitoUserPoolConfigArgs>

Definition of CognitoUserPoolConfig

Constructors

Link copied to clipboard
constructor(appIdClientRegex: Output<String>? = null, awsRegion: Output<String>? = null, userPoolId: Output<String>? = null)

Properties

Link copied to clipboard
val appIdClientRegex: Output<String>? = null

A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.

Link copied to clipboard
val awsRegion: Output<String>? = null

The Amazon Web Services Region in which the user pool was created.

Link copied to clipboard
val userPoolId: Output<String>? = null

The user pool ID.

Functions

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