GraphQlApiCognitoUserPoolConfig

data class GraphQlApiCognitoUserPoolConfig(val appIdClientRegex: String? = null, val awsRegion: String? = null, val userPoolId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A regular expression for validating the incoming Amazon Cognito user pool app client ID.

Link copied to clipboard
val awsRegion: String? = null

The AWS Region in which the user pool was created.

Link copied to clipboard
val userPoolId: String? = null

The user pool ID