GraphQlApiUserPoolConfig

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

Constructors

Link copied to clipboard
constructor(appIdClientRegex: String? = null, awsRegion: String? = null, defaultAction: 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 defaultAction: String? = null

The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pool authentication doesn't match the Amazon Cognito user pool configuration.

Link copied to clipboard
val userPoolId: String? = null

The user pool ID.