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-gyr5wj9zj0fg.deno.dev/v0.2/services/rds.ts";
interface OrderableDBInstanceOption {
AvailabilityZoneGroup?: string | null;
AvailabilityZones: AvailabilityZone[];
AvailableProcessorFeatures: AvailableProcessorFeature[];
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;
OutpostCapable?: boolean | null;
ReadReplicaCapable?: boolean | null;
StorageType?: string | null;
SupportedActivityStreamModes: string[];
SupportedEngineModes: string[];
SupportsEnhancedMonitoring?: boolean | null;
SupportsGlobalDatabases?: boolean | null;
SupportsIAMDatabaseAuthentication?: boolean | null;
SupportsIops?: boolean | null;
SupportsKerberosAuthentication?: boolean | null;
SupportsPerformanceInsights?: boolean | null;
SupportsStorageAutoscaling?: boolean | null;
SupportsStorageEncryption?: boolean | null;
Vpc?: boolean | null;
}

§Properties

§
AvailabilityZoneGroup?: string | null
[src]
§
AvailabilityZones: AvailabilityZone[]
[src]
§
AvailableProcessorFeatures: AvailableProcessorFeature[]
[src]
§
DBInstanceClass?: string | null
[src]
§
Engine?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
LicenseModel?: string | null
[src]
§
MaxIopsPerDbInstance?: number | null
[src]
§
MaxIopsPerGib?: number | null
[src]
§
MaxStorageSize?: number | null
[src]
§
MinIopsPerDbInstance?: number | null
[src]
§
MinIopsPerGib?: number | null
[src]
§
MinStorageSize?: number | null
[src]
§
MultiAZCapable?: boolean | null
[src]
§
OutpostCapable?: boolean | null
[src]
§
ReadReplicaCapable?: boolean | null
[src]
§
StorageType?: string | null
[src]
§
SupportedActivityStreamModes: string[]
[src]
§
SupportedEngineModes: string[]
[src]
§
SupportsEnhancedMonitoring?: boolean | null
[src]
§
SupportsGlobalDatabases?: boolean | null
[src]
§
SupportsIAMDatabaseAuthentication?: boolean | null
[src]
§
SupportsIops?: boolean | null
[src]
§
SupportsKerberosAuthentication?: boolean | null
[src]
§
SupportsPerformanceInsights?: boolean | null
[src]
§
SupportsStorageAutoscaling?: boolean | null
[src]
§
SupportsStorageEncryption?: boolean | null
[src]
§
Vpc?: boolean | null
[src]