Cluster Core Instance Fleet Args
data class ClusterCoreInstanceFleetArgs(val id: Output<String>? = null, val instanceTypeConfigs: Output<List<ClusterCoreInstanceFleetInstanceTypeConfigArgs>>? = null, val launchSpecifications: Output<ClusterCoreInstanceFleetLaunchSpecificationsArgs>? = null, val name: Output<String>? = null, val provisionedOnDemandCapacity: Output<Int>? = null, val provisionedSpotCapacity: Output<Int>? = null, val targetOnDemandCapacity: Output<Int>? = null, val targetSpotCapacity: Output<Int>? = null) : ConvertibleToJava<ClusterCoreInstanceFleetArgs>
Constructors
Link copied to clipboard
constructor(id: Output<String>? = null, instanceTypeConfigs: Output<List<ClusterCoreInstanceFleetInstanceTypeConfigArgs>>? = null, launchSpecifications: Output<ClusterCoreInstanceFleetLaunchSpecificationsArgs>? = null, name: Output<String>? = null, provisionedOnDemandCapacity: Output<Int>? = null, provisionedSpotCapacity: Output<Int>? = null, targetOnDemandCapacity: Output<Int>? = null, targetSpotCapacity: Output<Int>? = null)
Properties
Link copied to clipboard
Configuration block for instance fleet.
Link copied to clipboard
Configuration block for launch specification.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand instances to provision.
Link copied to clipboard
Target capacity of Spot units for the instance fleet, which determines how many Spot instances to provision.