Package com.pulumi.aws.emr.inputs
Class ManagedScalingPolicyComputeLimitArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.emr.inputs.ManagedScalingPolicyComputeLimitArgs
-
public final class ManagedScalingPolicyComputeLimitArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ManagedScalingPolicyComputeLimitArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static ManagedScalingPolicyComputeLimitArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagedScalingPolicyComputeLimitArgs.Builder
builder()
static ManagedScalingPolicyComputeLimitArgs.Builder
builder(ManagedScalingPolicyComputeLimitArgs defaults)
com.pulumi.core.Output<java.lang.Integer>
maximumCapacityUnits()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
maximumCoreCapacityUnits()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
maximumOndemandCapacityUnits()
com.pulumi.core.Output<java.lang.Integer>
minimumCapacityUnits()
com.pulumi.core.Output<java.lang.String>
unitType()
-
-
-
Field Detail
-
Empty
public static final ManagedScalingPolicyComputeLimitArgs Empty
-
-
Method Detail
-
maximumCapacityUnits
public com.pulumi.core.Output<java.lang.Integer> maximumCapacityUnits()
- Returns:
- The upper boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
-
maximumCoreCapacityUnits
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maximumCoreCapacityUnits()
- Returns:
- The upper boundary of EC2 units for core node type in a cluster. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.
-
maximumOndemandCapacityUnits
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maximumOndemandCapacityUnits()
- Returns:
- The upper boundary of On-Demand EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot instances.
-
minimumCapacityUnits
public com.pulumi.core.Output<java.lang.Integer> minimumCapacityUnits()
- Returns:
- The lower boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
-
unitType
public com.pulumi.core.Output<java.lang.String> unitType()
- Returns:
- The unit type used for specifying a managed scaling policy. Valid Values: `InstanceFleetUnits` | `Instances` | `VCPU`
-
builder
public static ManagedScalingPolicyComputeLimitArgs.Builder builder()
-
builder
public static ManagedScalingPolicyComputeLimitArgs.Builder builder(ManagedScalingPolicyComputeLimitArgs defaults)
-
-