Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ecs/lib/base/task-definition.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Jimmy Gaussen <[email protected]>
  • Loading branch information
mazyu36 and nmussy authored Dec 24, 2024
1 parent 3edc10a commit 62fd490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ecs/lib/base/task-definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export interface CommonTaskDefinitionProps {
/**
* Enables fault injection and allows for fault injection requests to be accepted from the task's containers.
*
* Fault injection only works with tasks using the awsvpc or host network modes.
* Fault injection only works with tasks using the {@link NetworkMode.AWS_VPC} or {@link NetworkMode.HOST} network modes.
*
* @default false
*/
Expand Down

0 comments on commit 62fd490

Please sign in to comment.