Skip to content

Commit

Permalink
Add link to documentation describing the usage of pidMode
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesHolmes committed May 10, 2024
1 parent 0506085 commit b7aaa44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 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 @@ -383,7 +383,8 @@ export class TaskDefinition extends TaskDefinitionBase {
* Only supported for tasks that are hosted on AWS Fargate if the tasks
* are using platform version 1.4.0 or later (Linux). Not supported in
* Windows containers. If pidMode is specified for a Fargate task,
* then runtimePlatform.operatingSystemFamily must also be specified.
* then runtimePlatform.operatingSystemFamily must also be specified. For more
* information, see [Task Definition Parameters](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_definition_pidmode).
*/
public readonly pidMode?: PidMode;

Expand Down

0 comments on commit b7aaa44

Please sign in to comment.