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

CreateCapacityReservationFleetResult

import type { CreateCapacityReservationFleetResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface CreateCapacityReservationFleetResult {
AllocationStrategy?: string | null;
CapacityReservationFleetId?: string | null;
CreateTime?: Date | number | null;
EndDate?: Date | number | null;
FleetCapacityReservations: FleetCapacityReservation[];
InstanceMatchCriteria?: FleetInstanceMatchCriteria | null;
Tags: Tag[];
TotalFulfilledCapacity?: number | null;
TotalTargetCapacity?: number | null;
}

§Properties

§
AllocationStrategy?: string | null
[src]

The allocation strategy used by the Capacity Reservation Fleet.

§
CapacityReservationFleetId?: string | null
[src]

The ID of the Capacity Reservation Fleet.

§
CreateTime?: Date | number | null
[src]

The date and time at which the Capacity Reservation Fleet was created.

§
EndDate?: Date | number | null
[src]

The date and time at which the Capacity Reservation Fleet expires.

§
FleetCapacityReservations: FleetCapacityReservation[]
[src]

Information about the individual Capacity Reservations in the Capacity Reservation Fleet.

§
InstanceMatchCriteria?: FleetInstanceMatchCriteria | null
[src]

The instance matching criteria for the Capacity Reservation Fleet.

§

The status of the Capacity Reservation Fleet.

§
Tags: Tag[]
[src]

The tags assigned to the Capacity Reservation Fleet.

§

Indicates the tenancy of Capacity Reservation Fleet.

§
TotalFulfilledCapacity?: number | null
[src]

The requested capacity units that have been successfully reserved.

§
TotalTargetCapacity?: number | null
[src]

The total number of capacity units for which the Capacity Reservation Fleet reserves capacity.