FleetLaunchTemplateOverridesRequest

Describes overrides for a launch template.

Types

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

Properties

Link copied to clipboard

The Availability Zone in which to launch the instances.

Link copied to clipboard

The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.

Link copied to clipboard

The ID of the AMI in the format ami-17characters00000.

Link copied to clipboard

The attributes for the instance types. When you specify instance attributes, Amazon EC2 will identify instance types with those attributes.

Link copied to clipboard

The instance type.

Link copied to clipboard

The maximum price per unit hour that you are willing to pay for a Spot Instance. We do not recommend using this parameter because it can lead to increased interruptions. If you do not specify this parameter, you will pay the current Spot price.

Link copied to clipboard

The location where the instance launched, if applicable.

Link copied to clipboard

The priority for the launch template override. The highest priority is launched first.

Link copied to clipboard

The IDs of the subnets in which to launch the instances. Separate multiple subnet IDs using commas (for example, subnet-1234abcdeexample1, subnet-0987cdef6example2). A request of type instant can have only one subnet ID.

Link copied to clipboard

The number of units provided by the specified instance type. These are the same units that you chose to set the target capacity in terms of instances, or a performance characteristic such as vCPUs, memory, or I/O.

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