Skip to content

Commit

Permalink
Merge branch 'master' into package-json-repository-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Feb 1, 2022
2 parents 784648b + d0802de commit b5b3931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-ecs/lib/ec2/ec2-task-definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ export interface Ec2TaskDefinitionProps extends CommonTaskDefinitionProps {
/**
* The Docker networking mode to use for the containers in the task.
*
* The valid values are none, bridge, awsvpc, and host.
* The valid values are NONE, BRIDGE, AWS_VPC, and HOST.
*
* @default - NetworkMode.Bridge for EC2 tasks, AwsVpc for Fargate tasks.
* @default - NetworkMode.BRIDGE for EC2 tasks, AWS_VPC for Fargate tasks.
*/
readonly networkMode?: NetworkMode;

Expand Down

0 comments on commit b5b3931

Please sign in to comment.