GetEc2FleetResult

data class GetEc2FleetResult(val context: String? = null, val excessCapacityTerminationPolicy: Ec2FleetExcessCapacityTerminationPolicy? = null, val fleetId: String? = null, val targetCapacitySpecification: Ec2FleetTargetCapacitySpecificationRequest? = null)

Constructors

Link copied to clipboard
constructor(context: String? = null, excessCapacityTerminationPolicy: Ec2FleetExcessCapacityTerminationPolicy? = null, fleetId: String? = null, targetCapacitySpecification: Ec2FleetTargetCapacitySpecificationRequest? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val context: String? = null

Reserved.

Link copied to clipboard

Indicates whether running instances should be terminated if the total target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet. Supported only for fleets of type maintain .

Link copied to clipboard
val fleetId: String? = null

The ID of the EC2 Fleet.

Link copied to clipboard