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

AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails

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

Provides details about the market (purchasing) options for Spot Instances.

interface AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails {
BlockDurationMinutes?: number | null;
InstanceInterruptionBehavior?: string | null;
MaxPrice?: string | null;
SpotInstanceType?: string | null;
ValidUntil?: string | null;
}

§Properties

§
BlockDurationMinutes?: number | null
[src]

Deprecated.

§
InstanceInterruptionBehavior?: string | null
[src]

The behavior when a Spot Instance is interrupted.

§
MaxPrice?: string | null
[src]

The maximum hourly price you're willing to pay for the Spot Instances.

§
SpotInstanceType?: string | null
[src]

The Spot Instance request type.

§
ValidUntil?: string | null
[src]

The end date of the request, in UTC format (YYYY-MM-DDTHH:MM:SSZ), for persistent requests.