Cluster Master Instance Fleet
data class ClusterMasterInstanceFleet(val id: String? = null, val instanceTypeConfigs: List<ClusterMasterInstanceFleetInstanceTypeConfig>? = null, val launchSpecifications: ClusterMasterInstanceFleetLaunchSpecifications? = null, val name: String? = null, val provisionedOnDemandCapacity: Int? = null, val provisionedSpotCapacity: Int? = null, val targetOnDemandCapacity: Int? = null, val targetSpotCapacity: Int? = null)
Constructors
Link copied to clipboard
fun ClusterMasterInstanceFleet(id: String? = null, instanceTypeConfigs: List<ClusterMasterInstanceFleetInstanceTypeConfig>? = null, launchSpecifications: ClusterMasterInstanceFleetLaunchSpecifications? = null, name: String? = null, provisionedOnDemandCapacity: Int? = null, provisionedSpotCapacity: Int? = null, targetOnDemandCapacity: Int? = null, targetSpotCapacity: Int? = null)