Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(aws-fargate-stepfunctions): new construct #677

Merged
merged 10 commits into from
May 10, 2022
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export interface FargateToStepfunctionsProps {
* both this and existingVpc is an error. A Step Functions Interface
* endpoint will be included in this VPC.
*
* @default - none
* @default - A set of defaults from vpc-defaults.ts: DefaultPublicPrivateVpcProps() for public APIs
* and DefaultIsolatedVpcProps() for private APIs.
*/
readonly vpcProps?: ec2.VpcProps;
/**
Expand Down
Loading