Uses of Class
software.amazon.awscdk.services.codepipeline.actions.Ec2MaxInstances
Packages that use Ec2MaxInstances
-
Uses of Ec2MaxInstances in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return Ec2MaxInstancesModifier and TypeMethodDescriptiondefault Ec2MaxInstances
Ec2DeployActionProps.getMaxBatch()
The number or percentage of instances that can deploy in parallel.final Ec2MaxInstances
Ec2DeployActionProps.Jsii$Proxy.getMaxBatch()
default Ec2MaxInstances
Ec2DeployActionProps.getMaxError()
Stop the task after the task fails on the specified number or percentage of instances.final Ec2MaxInstances
Ec2DeployActionProps.Jsii$Proxy.getMaxError()
static Ec2MaxInstances
Ec2MaxInstances.percentage
(Number percentage) Max percentage of instances.static Ec2MaxInstances
Max number of instances.Methods in software.amazon.awscdk.services.codepipeline.actions with parameters of type Ec2MaxInstancesModifier and TypeMethodDescriptionEc2DeployAction.Builder.maxBatch
(Ec2MaxInstances maxBatch) The number or percentage of instances that can deploy in parallel.Ec2DeployActionProps.Builder.maxBatch
(Ec2MaxInstances maxBatch) Sets the value ofEc2DeployActionProps.getMaxBatch()
Ec2DeployAction.Builder.maxError
(Ec2MaxInstances maxError) Stop the task after the task fails on the specified number or percentage of instances.Ec2DeployActionProps.Builder.maxError
(Ec2MaxInstances maxError) Sets the value ofEc2DeployActionProps.getMaxError()