Skip to content

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.

bidPriceOptional

public readonly bidPrice: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

instanceTypeOptional

public readonly instanceType: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable