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
| appName | Application name for stack | string |`dev`|
8
-
| region | Deployment AWS resouces the to region | string |`us-east-1`|
9
-
| buildApiWithCDK | Deployment API resouces with AWS CDK. If set `false`, deploy only Lambda Function URL for bulk load. | boolean |`true`|
10
-
| adminEmail | Send the temporary password to this email for signing graph application | string |`[email protected]`|
11
-
| allowedIps | AWS WAF allowed this ips to access to the graph application. e.g.) [`"192.0.3.0/24"`]| string[]|`[]`|
12
-
| wafParamName | The name of Paramater store in AWS Systems Manager which stores the web acl id of AWS WAF | string |`graphAppWafWebACLID`|
13
-
| webBucketsRemovalPolicy | Removal policy for S3 buckets |`RemovalPolicy`|`RemovalPolicy.DESTROY`|
14
-
| s3Uri | S3 URI of `vertex.csv` and `edge.csv` which you stored in. | { edge: string,vertex: string} |`{edge: "EDGE_S3_URI",vertex: "VERTEX_S3_URI"}`|
| appName | Application name for stack | string |`dev`|
8
+
| region | Deployment AWS resouces the to region | string |`us-east-1`|
9
+
| adminEmail | Send the temporary password to this email for signing graph application | string |`[email protected]`|
10
+
| allowedIps | AWS WAF allowed this ips to access to the graph application. e.g.) [`"192.0.3.0/24"`]| string[]|`[]`|
11
+
| wafParamName | The name of Paramater store in AWS Systems Manager which stores the web acl id of AWS WAF | string |`graphAppWafWebACLID`|
12
+
| webBucketsRemovalPolicy | Removal policy for S3 buckets |`RemovalPolicy`|`RemovalPolicy.DESTROY`|
13
+
| s3Uri | S3 URI of `vertex.csv` and `edge.csv` which you stored in. | { edge: string,vertex: string} |`{edge: "EDGE_S3_URI",vertex: "VERTEX_S3_URI"}`|
0 commit comments