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

OrderableDBInstanceOption

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

Contains a list of available options for a DB instance.

This data type is used as a response element in the "DescribeOrderableDBInstanceOptions" action.

interface OrderableDBInstanceOption {
AvailabilityZones: AvailabilityZone[];
DBInstanceClass?: string | null;
Engine?: string | null;
EngineVersion?: string | null;
LicenseModel?: string | null;
MaxIopsPerDbInstance?: number | null;
MaxIopsPerGib?: number | null;
MaxStorageSize?: number | null;
MinIopsPerDbInstance?: number | null;
MinIopsPerGib?: number | null;
MinStorageSize?: number | null;
MultiAZCapable?: boolean | null;
ReadReplicaCapable?: boolean | null;
StorageType?: string | null;
SupportsEnhancedMonitoring?: boolean | null;
SupportsIAMDatabaseAuthentication?: boolean | null;
SupportsIops?: boolean | null;
SupportsPerformanceInsights?: boolean | null;
SupportsStorageEncryption?: boolean | null;
Vpc?: boolean | null;
}

§Properties

§
AvailabilityZones: AvailabilityZone[]
[src]

A list of Availability Zones for a DB instance.

§
DBInstanceClass?: string | null
[src]

The DB instance class for a DB instance.

§
Engine?: string | null
[src]

The engine type of a DB instance.

§
EngineVersion?: string | null
[src]

The engine version of a DB instance.

§
LicenseModel?: string | null
[src]

The license model for a DB instance.

§
MaxIopsPerDbInstance?: number | null
[src]

Maximum total provisioned IOPS for a DB instance.

§
MaxIopsPerGib?: number | null
[src]

Maximum provisioned IOPS per GiB for a DB instance.

§
MaxStorageSize?: number | null
[src]

Maximum storage size for a DB instance.

§
MinIopsPerDbInstance?: number | null
[src]

Minimum total provisioned IOPS for a DB instance.

§
MinIopsPerGib?: number | null
[src]

Minimum provisioned IOPS per GiB for a DB instance.

§
MinStorageSize?: number | null
[src]

Minimum storage size for a DB instance.

§
MultiAZCapable?: boolean | null
[src]

Indicates whether a DB instance is Multi-AZ capable.

§
ReadReplicaCapable?: boolean | null
[src]

Indicates whether a DB instance can have a Read Replica.

§
StorageType?: string | null
[src]

Indicates the storage type for a DB instance.

§
SupportsEnhancedMonitoring?: boolean | null
[src]

Indicates whether a DB instance supports Enhanced Monitoring at intervals from 1 to 60 seconds.

§
SupportsIAMDatabaseAuthentication?: boolean | null
[src]

Indicates whether a DB instance supports IAM database authentication.

§
SupportsIops?: boolean | null
[src]

Indicates whether a DB instance supports provisioned IOPS.

§
SupportsPerformanceInsights?: boolean | null
[src]

(Not supported by Neptune)

§
SupportsStorageEncryption?: boolean | null
[src]

Indicates whether a DB instance supports encrypted storage.

§
Vpc?: boolean | null
[src]

Indicates whether a DB instance is in a VPC.