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

SpotPlacementScore

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

The Spot placement score for this Region or Availability Zone. The score is calculated based on the assumption that the capacity-optimized allocation strategy is used and that all of the Availability Zones in the Region can be used.

interface SpotPlacementScore {
AvailabilityZoneId?: string | null;
Region?: string | null;
Score?: number | null;
}

§Properties

§
AvailabilityZoneId?: string | null
[src]

The Availability Zone.

§
Region?: string | null
[src]

The Region.

§
Score?: number | null
[src]

The placement score, on a scale from 1 to 10. A score of 10 indicates that your Spot request is highly likely to succeed in this Region or Availability Zone. A score of 1 indicates that your Spot request is not likely to succeed.