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

ReservedInstancesOffering

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

Describes a Reserved Instance offering.

interface ReservedInstancesOffering {
AvailabilityZone?: string | null;
CurrencyCode?: CurrencyCodeValues | null;
Duration?: number | null;
FixedPrice?: number | null;
InstanceTenancy?: Tenancy | null;
InstanceType?: InstanceType | null;
Marketplace?: boolean | null;
OfferingClass?: OfferingClassType | null;
OfferingType?: OfferingTypeValues | null;
PricingDetails: PricingDetail[];
ProductDescription?: RIProductDescription | null;
RecurringCharges: RecurringCharge[];
ReservedInstancesOfferingId?: string | null;
Scope?: scope | null;
UsagePrice?: number | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone in which the Reserved Instance can be used.

§
CurrencyCode?: CurrencyCodeValues | null
[src]

The currency of the Reserved Instance offering you are purchasing. It's specified using ISO 4217 standard currency codes. At this time, the only supported currency is USD.

§
Duration?: number | null
[src]

The duration of the Reserved Instance, in seconds.

§
FixedPrice?: number | null
[src]

The purchase price of the Reserved Instance.

§
InstanceTenancy?: Tenancy | null
[src]

The tenancy of the instance.

§
InstanceType?: InstanceType | null
[src]

The instance type on which the Reserved Instance can be used.

§
Marketplace?: boolean | null
[src]

Indicates whether the offering is available through the Reserved Instance Marketplace (resale) or Amazon Web Services. If it's a Reserved Instance Marketplace offering, this is true.

§
OfferingClass?: OfferingClassType | null
[src]

If convertible it can be exchanged for Reserved Instances of the same or higher monetary value, with different configurations. If standard, it is not possible to perform an exchange.

§
OfferingType?: OfferingTypeValues | null
[src]

The Reserved Instance offering type.

§
PricingDetails: PricingDetail[]
[src]

The pricing details of the Reserved Instance offering.

§
ProductDescription?: RIProductDescription | null
[src]

The Reserved Instance product platform description.

§
RecurringCharges: RecurringCharge[]
[src]

The recurring charge tag assigned to the resource.

§
ReservedInstancesOfferingId?: string | null
[src]

The ID of the Reserved Instance offering. This is the offering ID used in "GetReservedInstancesExchangeQuote" to confirm that an exchange can be made.

§
Scope?: scope | null
[src]

Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.

§
UsagePrice?: number | null
[src]

The usage price of the Reserved Instance, per hour.