SpotBidPricesProperty
Initializer
import { SpotBidPricesProperty } from '@alicloud/ros-cdk-emr'
const spotBidPricesProperty: SpotBidPricesProperty = { ... }
Properties
Name |
Type |
Description |
bidPrice |
number | @alicloud/ros-cdk-core.IResolvable |
No description. |
instanceType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
bidPrice
Optional
public readonly bidPrice: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
instanceType
Optional
public readonly instanceType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable