Skip to content

Commit 8398453

Browse files
committed
Add natGateways as context variable
1 parent 91476e0 commit 8398453

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ executing `cdk` commands.
7474
| `domain` | The domain name for the service. | `null` (optional) |
7575
| `hostedZoneId` | AWS Route53 Hosted Zone ID (if using AWS name servers with the domain) | `null` (optional) |
7676
| `hostedZoneName` | The Hosted Zone name (i.e. domain) | `null` (optional) |
77+
| `natGateways` | The number of NAT Gateways to deploy in the VPC. Can be lower than the number of AZs. | 2 (optional) |
7778

7879
To use them in CLI:
7980

0 commit comments

Comments
 (0)