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

SpotFleetRequestConfig

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

Describes a Spot Fleet request.

interface SpotFleetRequestConfig {
ActivityStatus?: ActivityStatus | null;
CreateTime?: Date | number | null;
SpotFleetRequestConfig?: SpotFleetRequestConfigData | null;
SpotFleetRequestId?: string | null;
SpotFleetRequestState?: BatchState | null;
Tags: Tag[];
}

§Properties

§
ActivityStatus?: ActivityStatus | null
[src]

The progress of the Spot Fleet request. If there is an error, the status is error. After all requests are placed, the status is pending_fulfillment. If the size of the fleet is equal to or greater than its target capacity, the status is fulfilled. If the size of the fleet is decreased, the status is pending_termination while Spot Instances are terminating.

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

The creation date and time of the request.

§
SpotFleetRequestConfig?: SpotFleetRequestConfigData | null
[src]

The configuration of the Spot Fleet request.

§
SpotFleetRequestId?: string | null
[src]

The ID of the Spot Fleet request.

§
SpotFleetRequestState?: BatchState | null
[src]

The state of the Spot Fleet request.

§
Tags: Tag[]
[src]

The tags for a Spot Fleet resource.