Graph Ql Api User Pool Config
data class GraphQlApiUserPoolConfig(val appIdClientRegex: String? = null, val awsRegion: String? = null, val defaultAction: String? = null, val userPoolId: String? = null)
Properties
Link copied to clipboard
A regular expression for validating the incoming Amazon Cognito user pool app client ID.
Link copied to clipboard
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
The user pool ID.