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.
1 parent ad30c75 commit 6fbe33dCopy full SHA for 6fbe33d
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