Values.AwsAppSyncGraphQlApiUserPoolConfigDetailsSourceSpecifies the authorization configuration for using Amazon Cognito user pools with your AppSync GraphQL API endpoint.
type nonrec t = {appIdClientRegex : NonEmptyString.t option;A regular expression for validating the incoming Amazon Cognito user pools app client ID. If this value isn't set, no filtering is applied.
*)awsRegion : NonEmptyString.t option;The Amazon Web Services Region in which the user pool was created.
*)defaultAction : NonEmptyString.t option;The action that you want your GraphQL API to take when a request that uses Amazon Cognito user pools authentication doesn't match the Amazon Cognito user pools configuration.
*)userPoolId : NonEmptyString.t option;The user pool ID.
*)}