Uses of Class
software.amazon.awscdk.services.codepipeline.actions.Ec2MaxInstances
Packages that use Ec2MaxInstances
- 
Uses of Ec2MaxInstances in software.amazon.awscdk.services.codepipeline.actionsMethods in software.amazon.awscdk.services.codepipeline.actions that return Ec2MaxInstancesModifier and TypeMethodDescriptiondefault Ec2MaxInstancesEc2DeployActionProps.getMaxBatch()The number or percentage of instances that can deploy in parallel.final Ec2MaxInstancesEc2DeployActionProps.Jsii$Proxy.getMaxBatch()default Ec2MaxInstancesEc2DeployActionProps.getMaxError()Stop the task after the task fails on the specified number or percentage of instances.final Ec2MaxInstancesEc2DeployActionProps.Jsii$Proxy.getMaxError()static Ec2MaxInstancesEc2MaxInstances.percentage(Number percentage) Max percentage of instances.static Ec2MaxInstancesMax 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()