Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ecs/lib/container-definition.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgrain authored Jul 5, 2023
1 parent 7ba73cd commit e3762ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-ecs/lib/container-definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,8 @@ export interface ContainerDefinitionOptions {

/**
* The user to use inside the container. This parameter maps to User in the Create a container section of the Docker Remote API and the --user option to docker run.
*
* @see {@link https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#ContainerDefinition-user|ContainerDefinition User}
*
* @see https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#ContainerDefinition-user
* @default root
*/
readonly user?: string;
Expand Down

0 comments on commit e3762ec

Please sign in to comment.