Graph Ql Api User Pool Config Args
data class GraphQlApiUserPoolConfigArgs(val appIdClientRegex: Output<String>? = null, val awsRegion: Output<String>? = null, val defaultAction: Output<String>? = null, val userPoolId: Output<String>? = null) : ConvertibleToJava<GraphQlApiUserPoolConfigArgs>
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.