Skip to content

Commit

Permalink
remove redundant docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tietew committed Feb 27, 2025
1 parent e97afd5 commit 6773a05
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,13 @@ export interface Ec2DeployActionProps extends codepipeline.CommonAwsActionProps
/**
* The number or percentage of instances that can deploy in parallel.
*
* Valid range:
* - targets: from `'1'` to number of your instances
* - percentage: from `'1%'` to `'99%'`
*
* @default - No configuration
*/
readonly maxBatch?: Ec2MaxInstances;

/**
* Stop the task after the task fails on the specified number or percentage of instances.
*
* Valid range:
* - targets: from `'1'` to number of your instances
* - percentage: from `'1%'` to `'99%'`
*
* @default - No configuration
*/
readonly maxError?: Ec2MaxInstances;
Expand Down

0 comments on commit 6773a05

Please sign in to comment.