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
§
AvailabilityZones: AvailabilityZone[]
[src]§
AvailableProcessorFeatures: AvailableProcessorFeature[]
[src]