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

ReservedDBInstance

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

This data type is used as a response element in the DescribeReservedDBInstances and PurchaseReservedDBInstancesOffering actions.

interface ReservedDBInstance {
CurrencyCode?: string | null;
DBInstanceClass?: string | null;
DBInstanceCount?: number | null;
Duration?: number | null;
FixedPrice?: number | null;
LeaseId?: string | null;
MultiAZ?: boolean | null;
OfferingType?: string | null;
ProductDescription?: string | null;
RecurringCharges: RecurringCharge[];
ReservedDBInstanceArn?: string | null;
ReservedDBInstanceId?: string | null;
ReservedDBInstancesOfferingId?: string | null;
StartTime?: Date | number | null;
State?: string | null;
UsagePrice?: number | null;
}

§Properties

§
CurrencyCode?: string | null
[src]

The currency code for the reserved DB instance.

§
DBInstanceClass?: string | null
[src]

The DB instance class for the reserved DB instance.

§
DBInstanceCount?: number | null
[src]

The number of reserved DB instances.

§
Duration?: number | null
[src]

The duration of the reservation in seconds.

§
FixedPrice?: number | null
[src]

The fixed price charged for this reserved DB instance.

§
LeaseId?: string | null
[src]

The unique identifier for the lease associated with the reserved DB instance.

Note: Amazon Web Services Support might request the lease ID for an issue related to a reserved DB instance.

§
MultiAZ?: boolean | null
[src]

Indicates if the reservation applies to Multi-AZ deployments.

§
OfferingType?: string | null
[src]

The offering type of this reserved DB instance.

§
ProductDescription?: string | null
[src]

The description of the reserved DB instance.

§
RecurringCharges: RecurringCharge[]
[src]

The recurring price charged to run this reserved DB instance.

§
ReservedDBInstanceArn?: string | null
[src]

The Amazon Resource Name (ARN) for the reserved DB instance.

§
ReservedDBInstanceId?: string | null
[src]

The unique identifier for the reservation.

§
ReservedDBInstancesOfferingId?: string | null
[src]

The offering identifier.

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

The time the reservation started.

§
State?: string | null
[src]

The state of the reserved DB instance.

§
UsagePrice?: number | null
[src]

The hourly price charged for this reserved DB instance.