We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00e876 commit eced3f4Copy full SHA for eced3f4
lib/workload.ts
@@ -251,6 +251,7 @@ export class Workload extends Construct implements IWorkload {
251
});
252
const cfnService = service.node.defaultChild as ecs.CfnService;
253
cfnService.addDeletionOverride('Properties.NetworkConfiguration');
254
+ cfnService.addDeletionOverride('Properties.DeploymentConfiguration.Alarms');
255
256
// -----------------------------
257
// Output
0 commit comments