InstanceGroupModifyConfig

Modify the size or configurations of an instance group.

Types

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

Properties

Link copied to clipboard

A list of new or modified configurations to apply for an instance group.

Link copied to clipboard

The Amazon EC2 InstanceIds to terminate. After you terminate the instances, the instance group will not return to its original requested size.

Link copied to clipboard

Target size for the instance group.

Link copied to clipboard

Unique ID of the instance group to modify.

Link copied to clipboard

Type of reconfiguration requested. Valid values are MERGE and OVERWRITE.

Link copied to clipboard

Policy for customizing shrink operations.

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