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

ReplicationPendingModifiedValues

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

Provides information about the values of pending modifications to a replication instance. This data type is an object of the ReplicationInstance user-defined data type.

interface ReplicationPendingModifiedValues {
AllocatedStorage?: number | null;
EngineVersion?: string | null;
MultiAZ?: boolean | null;
ReplicationInstanceClass?: string | null;
}

§Properties

§
AllocatedStorage?: number | null
[src]

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

§
EngineVersion?: string | null
[src]

The engine version number of the replication instance.

§
MultiAZ?: boolean | null
[src]

Specifies whether the replication instance is a Multi-AZ deployment. You can't set the AvailabilityZone parameter if the Multi-AZ parameter is set to true.

§
ReplicationInstanceClass?: string | null
[src]

The compute and memory capacity of the replication instance as defined for the specified replication instance class.

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