We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91476e0 commit 8398453Copy full SHA for 8398453
README.md
@@ -74,6 +74,7 @@ executing `cdk` commands.
74
| `domain` | The domain name for the service. | `null` (optional) |
75
| `hostedZoneId` | AWS Route53 Hosted Zone ID (if using AWS name servers with the domain) | `null` (optional) |
76
| `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) |
78
79
To use them in CLI:
80
0 commit comments