Module: AWSCDK::StepFunctionsTasks::EMRCreateCluster::ComputeLimitsUnitType

Defined in:
step_functions_tasks/emr_create_cluster.rb

Overview

The unit type for managed scaling policy compute limits.

Constant Summary collapse

INSTANCE_FLEET_UNITS =
Deprecated.
Note:

Default:

InstanceFleetUnits.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.EmrCreateCluster.ComputeLimitsUnitType", "INSTANCE_FLEET_UNITS")
INSTANCES =
Deprecated.
Note:

Default:

Instances.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.EmrCreateCluster.ComputeLimitsUnitType", "INSTANCES")
VCPU =
Deprecated.
Note:

Default:

VCPU.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.EmrCreateCluster.ComputeLimitsUnitType", "VCPU")