We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a357bde commit 016f3a8Copy full SHA for 016f3a8
docs/src/examples.rst
@@ -176,7 +176,7 @@ The following example creates the Aurora database **MyAuroraDatabase**.
176
instanceType: new ec2.InstanceTypePair(ec2.InstanceClass.Burstable2, ec2.InstanceSize.Small),
177
vpc: vpc,
178
vpcPlacement: {
179
- usePublicSubnets: true
+ subnetsToUse: ec2.SubnetType.Public
180
}
181
182
});
0 commit comments