Skip to content

Commit

Permalink
fix(docs): fix issue #718 (Aurora DB example) (#783)
Browse files Browse the repository at this point in the history
* fixes issue #718 (Aurora DB example)
  • Loading branch information
Doug-AWS authored Sep 27, 2018
1 parent a357bde commit 016f3a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ The following example creates the Aurora database **MyAuroraDatabase**.
instanceType: new ec2.InstanceTypePair(ec2.InstanceClass.Burstable2, ec2.InstanceSize.Small),
vpc: vpc,
vpcPlacement: {
usePublicSubnets: true
subnetsToUse: ec2.SubnetType.Public
}
}
});
Expand Down

0 comments on commit 016f3a8

Please sign in to comment.