OrderableReplicationInstance
import type { OrderableReplicationInstance } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/dms.ts";interface OrderableReplicationInstance {
AvailabilityZones?: string[] | null;
DefaultAllocatedStorage?: number | null;
EngineVersion?: string | null;
IncludedAllocatedStorage?: number | null;
MaxAllocatedStorage?: number | null;
MinAllocatedStorage?: number | null;
ReleaseStatus?: ReleaseStatusValues | null;
ReplicationInstanceClass?: string | null;
StorageType?: string | null;
}§Properties
§
ReleaseStatus?: ReleaseStatusValues | null
[src]