Skip to content

Commit

Permalink
small change in the discription
Browse files Browse the repository at this point in the history
  • Loading branch information
homakk committed Apr 13, 2023
1 parent 0aa42c6 commit 05f3920
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export interface ApplicationLoadBalancedTaskImageOptions {
readonly command?: string[];

/**
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200 GiB.
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200GiB.
*
* NOTE: This parameter is only supported for tasks hosted on AWS Fargate using platform version 1.4.0 or later.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export interface ApplicationLoadBalancedTaskImageProps {
readonly dockerLabels?: { [key: string]: string };

/**
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200 GiB.
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200GiB.
*
* NOTE: This parameter is only supported for tasks hosted on AWS Fargate using platform version 1.4.0 or later.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export interface NetworkLoadBalancedTaskImageOptions {
readonly dockerLabels?: { [key: string]: string };

/**
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200 GiB.
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200GiB.
*
* NOTE: This parameter is only supported for tasks hosted on AWS Fargate using platform version 1.4.0 or later.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export interface NetworkLoadBalancedTaskImageProps {
*/
readonly dockerLabels?: { [key: string]: string };
/**
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200 GiB.
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200GiB.
*
* NOTE: This parameter is only supported for tasks hosted on AWS Fargate using platform version 1.4.0 or later.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export interface ScheduledTaskImageProps {
readonly logDriver?: LogDriver;

/**
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200 GiB.
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is200 GiB.
*
* NOTE: This parameter is only supported for tasks hosted on AWS Fargate using platform version 1.4.0 or later.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export interface QueueProcessingFargateServiceProps extends QueueProcessingServi
readonly assignPublicIp?: boolean;

/**
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200 GiB.
* The amount (in GiB) of ephemeral storage to be allocated to the task. The maximum supported value is 200GiB.
*
* NOTE: This parameter is only supported for tasks hosted on AWS Fargate using platform version 1.4.0 or later.
*
Expand Down

0 comments on commit 05f3920

Please sign in to comment.