Cluster Core Instance Fleet Launch Specifications
data class ClusterCoreInstanceFleetLaunchSpecifications(val onDemandSpecifications: List<ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification>? = null, val spotSpecifications: List<ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification>? = null)
Constructors
Link copied to clipboard
fun ClusterCoreInstanceFleetLaunchSpecifications(onDemandSpecifications: List<ClusterCoreInstanceFleetLaunchSpecificationsOnDemandSpecification>? = null, spotSpecifications: List<ClusterCoreInstanceFleetLaunchSpecificationsSpotSpecification>? = null)
Types
Properties
Link copied to clipboard