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
fun ClusterCoreInstanceFleetArgs(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)