You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/authentication.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@ appSync:
58
58
- `userPoolId`: The user pool id to use.
59
59
- `awsRegion`: The region where the user pool is located. Defaults to the stack's region.
60
60
- `appIdClientRegex`: An optional regular expression for validating the incoming Amazon Cognito user pool app client ID.
61
+
- `defaultAction`: `ALLOW`or `DENY`. 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. When specifying Amazon Cognito user pools as the default authentication, you must set this value to `ALLOW` if specifying additionalAuthentications. Default: `ALLOW`. This field is only available for the default `authorization` configuration.
0 commit comments