Cluster Master Instance Fleet Args
data class ClusterMasterInstanceFleetArgs(val id: Output<String>? = null, val instanceTypeConfigs: Output<List<ClusterMasterInstanceFleetInstanceTypeConfigArgs>>? = null, val launchSpecifications: Output<ClusterMasterInstanceFleetLaunchSpecificationsArgs>? = 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<ClusterMasterInstanceFleetArgs>
Constructors
Link copied to clipboard
fun ClusterMasterInstanceFleetArgs(id: Output<String>? = null, instanceTypeConfigs: Output<List<ClusterMasterInstanceFleetInstanceTypeConfigArgs>>? = null, launchSpecifications: Output<ClusterMasterInstanceFleetLaunchSpecificationsArgs>? = null, name: Output<String>? = null, provisionedOnDemandCapacity: Output<Int>? = null, provisionedSpotCapacity: Output<Int>? = null, targetOnDemandCapacity: Output<Int>? = null, targetSpotCapacity: Output<Int>? = null)