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

SourceServer

import type { SourceServer } from "https://aws-api.deno.dev/v0.4/services/mgn.ts?docs=full";
interface SourceServer {
applicationID?: string | null;
arn?: string | null;
dataReplicationInfo?: DataReplicationInfo | null;
isArchived?: boolean | null;
launchedInstance?: LaunchedInstance | null;
lifeCycle?: LifeCycle | null;
replicationType?: ReplicationType | null;
sourceProperties?: SourceProperties | null;
sourceServerID?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
vcenterClientID?: string | null;
}

§Properties

§
applicationID?: string | null
[src]

Source server application ID.

§
arn?: string | null
[src]

Source server ARN.

§
dataReplicationInfo?: DataReplicationInfo | null
[src]

Source server data replication info.

§
isArchived?: boolean | null
[src]

Source server archived status.

§
launchedInstance?: LaunchedInstance | null
[src]

Source server launched instance.

§
lifeCycle?: LifeCycle | null
[src]

Source server lifecycle state.

§
replicationType?: ReplicationType | null
[src]

Source server replication type.

§
sourceProperties?: SourceProperties | null
[src]

Source server properties.

§
sourceServerID?: string | null
[src]

Source server ID.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Source server Tags.

§
vcenterClientID?: string | null
[src]

Source server vCenter client id.