Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
smguggen committed Jul 4, 2023
1 parent 7bc95a5 commit 52601af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ const sync = new Dynasync(stack, 'DynasyncConstruct', {
### DynasyncProps
- **tables** **(required)**: *[SchemaTable](#schematable)[]* - An array of [SchemaTable](#schematable) objects that will be used first to construct the Amazon DynamoDB tables, then will connect those tables to the Aws Appsync GraphQL API.
- **configFile** *(default: 'dynasync.json')*: *string* - Custom path to config file
- userPool *(default: a basic user pool will be created)*: *[IUserPool](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.IUserPool.html)* - The Cognito User Pool that the AppSync API will use for authentication and authorization
- **userPool** *(default: a basic user pool will be created)*: *[IUserPool](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.IUserPool.html)* - The Cognito User Pool that the AppSync API will use for authentication and authorization
- **types** *(default: undefined)*: *[GraphQlTypeList](#graphqltypelist)* - Custom types in addition to the types and inputs created for each `DynamoDB` table
- **deleteTablesWithStack** *(default: false)*: *boolean* - If true, sets the `UpdateReplacePolicy` for all DynamoDB tables to `Delete` so that they will be deleted if the cloudformation stack is deleted.
- **userPoolRegex** *(default: undefined)*: string - The value passed to the user pool config's [appIdClientRegex](https://docs.aws.amazon.com/appsync/latest/APIReference/API_UserPoolConfig.html) field
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ const sync = new Dynasync(stack, 'DynasyncConstruct', {
### DynasyncProps
- **tables** **(required)**: *[SchemaTable](#schematable)[]* - An array of [SchemaTable](#schematable) objects that will be used first to construct the Amazon DynamoDB tables, then will connect those tables to the Aws Appsync GraphQL API.
- **configFile** *(default: 'dynasync.json')*: *string* - Custom path to config file
- userPool *(default: a basic user pool will be created)*: *[IUserPool](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.IUserPool.html)* - The Cognito User Pool that the AppSync API will use for authentication and authorization
- **userPool** *(default: a basic user pool will be created)*: *[IUserPool](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_cognito.IUserPool.html)* - The Cognito User Pool that the AppSync API will use for authentication and authorization
- **types** *(default: undefined)*: *[GraphQlTypeList](#graphqltypelist)* - Custom types in addition to the types and inputs created for each `DynamoDB` table
- **deleteTablesWithStack** *(default: false)*: *boolean* - If true, sets the `UpdateReplacePolicy` for all DynamoDB tables to `Delete` so that they will be deleted if the cloudformation stack is deleted.
- **userPoolRegex** *(default: undefined)*: string - The value passed to the user pool config's [appIdClientRegex](https://docs.aws.amazon.com/appsync/latest/APIReference/API_UserPoolConfig.html) field
Expand Down

0 comments on commit 52601af

Please sign in to comment.