Skip to content

Commit 016f3a8

Browse files
authored
fix(docs): fix issue #718 (Aurora DB example) (#783)
* fixes issue #718 (Aurora DB example)
1 parent a357bde commit 016f3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The following example creates the Aurora database **MyAuroraDatabase**.
176176
instanceType: new ec2.InstanceTypePair(ec2.InstanceClass.Burstable2, ec2.InstanceSize.Small),
177177
vpc: vpc,
178178
vpcPlacement: {
179-
usePublicSubnets: true
179+
subnetsToUse: ec2.SubnetType.Public
180180
}
181181
}
182182
});

0 commit comments

Comments
 (0)