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

AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetails

import type { AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Specifies the Capacity Reservation targeting option of an Amazon EC2 instance.

interface AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetails {
CapacityReservationPreference?: string | null;
}

§Properties

§
CapacityReservationPreference?: string | null
[src]

Indicates the instance's Capacity Reservation preferences. If equal to open, the instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). If equal to none, the instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.

§

Specifies a target Capacity Reservation.