Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FleetLaunchTemplateOverridesRequest

import type { FleetLaunchTemplateOverridesRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes overrides for a launch template.

interface FleetLaunchTemplateOverridesRequest {
AvailabilityZone?: string | null;
InstanceRequirements?: InstanceRequirementsRequest | null;
InstanceType?: InstanceType | null;
MaxPrice?: string | null;
Placement?: Placement | null;
Priority?: number | null;
SubnetId?: string | null;
WeightedCapacity?: number | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone in which to launch the instances.

§
InstanceRequirements?: InstanceRequirementsRequest | null
[src]

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

Note: If you specify InstanceRequirements, you can't specify InstanceTypes.

§
InstanceType?: InstanceType | null
[src]

The instance type.

Note: If you specify InstanceTypes, you can't specify InstanceRequirements.

§
MaxPrice?: string | null
[src]

The maximum price per unit hour that you are willing to pay for a Spot Instance.

§
Placement?: Placement | null
[src]

The location where the instance launched, if applicable.

§
Priority?: number | null
[src]

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

If the On-Demand AllocationStrategy is set to prioritized, EC2 Fleet uses priority to determine which launch template override to use first in fulfilling On-Demand capacity.

If the Spot AllocationStrategy is set to capacity-optimized-prioritized, EC2 Fleet uses priority on a best-effort basis to determine which launch template override to use in fulfilling Spot capacity, but optimizes for capacity first.

Valid values are whole numbers starting at 0. The lower the number, the higher the priority. If no number is set, the launch template override has the lowest priority. You can set the same priority for different launch template overrides.

§
SubnetId?: string | null
[src]

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.

§
WeightedCapacity?: number | null
[src]

The number of units provided by the specified instance type.