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

SpotPrice

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

Describes the maximum price per hour that you are willing to pay for a Spot Instance.

interface SpotPrice {
AvailabilityZone?: string | null;
InstanceType?: InstanceType | null;
ProductDescription?: RIProductDescription | null;
SpotPrice?: string | null;
Timestamp?: Date | number | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone.

§
InstanceType?: InstanceType | null
[src]

The instance type.

§
ProductDescription?: RIProductDescription | null
[src]

A general description of the AMI.

§
SpotPrice?: string | null
[src]

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

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

The date and time the request was created, in UTC format (for example, YYYY-MM-DD_T_HH:MM:_SS_Z).