GraphQlApiCognitoUserPoolConfigArgs

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

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.

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

The AWS 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(): GraphQlApiCognitoUserPoolConfigArgs