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

LaunchTemplateCapacityReservationSpecificationResponse

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

Information about the Capacity Reservation targeting option.

interface LaunchTemplateCapacityReservationSpecificationResponse {
CapacityReservationPreference?: CapacityReservationPreference | null;
CapacityReservationTarget?: CapacityReservationTargetResponse | null;
}

§Properties

§
CapacityReservationPreference?: CapacityReservationPreference | null
[src]

Indicates the instance's Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.
§
CapacityReservationTarget?: CapacityReservationTargetResponse | null
[src]

Information about the target Capacity Reservation or Capacity Reservation group.