User Pool Config Args
data class UserPoolConfigArgs(val appIdClientRegex: Output<String>? = null, val awsRegion: Output<String>? = null, val defaultAction: Output<DefaultActionEnumValueArgs>? = null, val userPoolId: Output<String>? = null) : ConvertibleToJava<UserPoolConfigArgs>
Definition of UserPoolConfig
Constructors
Link copied to clipboard
constructor(appIdClientRegex: Output<String>? = null, awsRegion: Output<String>? = null, defaultAction: Output<DefaultActionEnumValueArgs>? = null, userPoolId: Output<String>? = null)
Properties
Link copied to clipboard
A regular expression for validating the incoming Amazon Cognito user pool app client ID. If this value isn't set, no filtering is applied.
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.