We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad30c75 + 6fbe33d commit 71534feCopy full SHA for 71534fe
PetAdoptions/cdk/pet_stack/lib/services/ecs-service.ts
@@ -51,7 +51,7 @@ export abstract class EcsService extends Construct {
51
]
52
});
53
54
- public readonly taskDefinition: ecs.TaskDefinition;
+ public readonly taskDefinition: ecs.FargateTaskDefinition;
55
public readonly service: ecs_patterns.ApplicationLoadBalancedServiceBase;
56
public readonly container: ecs.ContainerDefinition;
57
0 commit comments