Cluster Master Instance Fleet Instance Type Config
data class ClusterMasterInstanceFleetInstanceTypeConfig(val bidPrice: String? = null, val bidPriceAsPercentageOfOnDemandPrice: Double? = null, val configurations: List<ClusterMasterInstanceFleetInstanceTypeConfigConfiguration>? = null, val ebsConfigs: List<ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig>? = null, val instanceType: String, val weightedCapacity: Int? = null)
Constructors
Link copied to clipboard
fun ClusterMasterInstanceFleetInstanceTypeConfig(bidPrice: String? = null, bidPriceAsPercentageOfOnDemandPrice: Double? = null, configurations: List<ClusterMasterInstanceFleetInstanceTypeConfigConfiguration>? = null, ebsConfigs: List<ClusterMasterInstanceFleetInstanceTypeConfigEbsConfig>? = null, instanceType: String, weightedCapacity: Int? = null)