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

ServerReplicationConfiguration

import type { ServerReplicationConfiguration } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";

Replication configuration of a server.

interface ServerReplicationConfiguration {
server?: Server | null;
serverReplicationParameters?: ServerReplicationParameters | null;
}

§Properties

§
server?: Server | null
[src]

The ID of the server with which this replication configuration is associated.

§
serverReplicationParameters?: ServerReplicationParameters | null
[src]

The parameters for replicating the server.