diff --git a/scripts/aws/lib/construct/frontend.ts b/scripts/aws/lib/construct/frontend.ts index 85eec2c93f58..1bdad3f9210d 100644 --- a/scripts/aws/lib/construct/frontend.ts +++ b/scripts/aws/lib/construct/frontend.ts @@ -16,7 +16,7 @@ import { CfnDistribution, Distribution } from 'aws-cdk-lib/aws-cloudfront'; import { NodejsBuild } from 'deploy-time-build'; interface WebProps { - cluster:ecs.Cluster + cluster:ecs.Cluster; alb:elb.IApplicationLoadBalancer; albSG:ec2.SecurityGroup; } @@ -139,4 +139,4 @@ export class Web extends Construct { }); } -} \ No newline at end of file +}