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

OrderableReplicationInstance

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

In response to the DescribeOrderableReplicationInstances operation, this object describes an available replication instance. This description includes the replication instance's type, engine version, and allocated storage.

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

§
AvailabilityZones?: string[] | null
[src]

List of Availability Zones for this replication instance.

§
DefaultAllocatedStorage?: number | null
[src]

The default amount of storage (in gigabytes) that is allocated for the replication instance.

§
EngineVersion?: string | null
[src]

The version of the replication engine.

§
IncludedAllocatedStorage?: number | null
[src]

The amount of storage (in gigabytes) that is allocated for the replication instance.

§
MaxAllocatedStorage?: number | null
[src]

The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

§
MinAllocatedStorage?: number | null
[src]

The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

§
ReleaseStatus?: ReleaseStatusValues | null
[src]

The value returned when the specified EngineVersion of the replication instance is in Beta or test mode. This indicates some features might not work as expected.

Note: DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.

§
ReplicationInstanceClass?: string | null
[src]

The compute and memory capacity of the replication instance as defined for the specified replication instance class. For example to specify the instance class dms.c4.large, set this parameter to "dms.c4.large".

For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.

§
StorageType?: string | null
[src]

The type of storage used by the replication instance.