InstanceGroupDetail

Detailed information about an instance group.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify OnDemandPrice to set the amount equal to the On-Demand price, or specify an amount in USD.

Link copied to clipboard

The date/time the instance group was created.

Link copied to clipboard

The custom AMI ID to use for the provisioned instance group.

Link copied to clipboard

The date/time the instance group was terminated.

Link copied to clipboard

Unique identifier for the instance group.

Link copied to clipboard

Target number of instances to run in the instance group.

Link copied to clipboard

Instance group role in the cluster

Link copied to clipboard

Actual count of running instances.

Link copied to clipboard

Amazon EC2 instance type.

Link copied to clipboard

Details regarding the state of the instance group.

Link copied to clipboard

Market type of the Amazon EC2 instances used to create a cluster node.

Link copied to clipboard
val name: String?

Friendly name for the instance group.

Link copied to clipboard

The date/time the instance group was available to the cluster.

Link copied to clipboard

The date/time the instance group was started.

Link copied to clipboard

State of instance group. The following values are no longer supported: STARTING, TERMINATED, and FAILED.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String