UpdateFleetCapacityRequest

Types

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

Properties

Link copied to clipboard

The number of Amazon EC2 instances you want to maintain in the specified fleet location. This value must fall between the minimum and maximum size limits. Changes in desired instance value can take up to 1 minute to be reflected when viewing the fleet's capacity settings.

Link copied to clipboard

A unique identifier for the fleet to update capacity settings for. You can use either the fleet ID or ARN value.

Link copied to clipboard

The name of a remote location to update fleet capacity settings for, in the form of an Amazon Web Services Region code such as us-west-2.

Link copied to clipboard
val maxSize: Int?

The maximum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 1.

Link copied to clipboard
val minSize: Int?

The minimum number of instances that are allowed in the specified fleet location. If this parameter is not set, the default is 0.

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