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/drs.ts?docs=full";
interface SourceServer {
arn?: string | null;
dataReplicationInfo?: DataReplicationInfo | null;
lastLaunchResult?: LastLaunchResult | null;
lifeCycle?: LifeCycle | null;
recoveryInstanceId?: string | null;
replicationDirection?: ReplicationDirection | null;
reversedDirectionSourceServerArn?: string | null;
sourceCloudProperties?: SourceCloudProperties | null;
sourceProperties?: SourceProperties | null;
sourceServerID?: string | null;
stagingArea?: StagingArea | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the Source Server.

§
dataReplicationInfo?: DataReplicationInfo | null
[src]

The Data Replication Info of the Source Server.

§
lastLaunchResult?: LastLaunchResult | null
[src]

The status of the last recovery launch of this Source Server.

§
lifeCycle?: LifeCycle | null
[src]

The lifecycle information of this Source Server.

§
recoveryInstanceId?: string | null
[src]

The ID of the Recovery Instance associated with this Source Server.

§
replicationDirection?: ReplicationDirection | null
[src]

Replication direction of the Source Server.

§
reversedDirectionSourceServerArn?: string | null
[src]

For EC2-originated Source Servers which have been failed over and then failed back, this value will mean the ARN of the Source Server on the opposite replication direction.

§
sourceCloudProperties?: SourceCloudProperties | null
[src]

Source cloud properties of the Source Server.

§
sourceProperties?: SourceProperties | null
[src]

The source properties of the Source Server.

§
sourceServerID?: string | null
[src]

The ID of the Source Server.

§
stagingArea?: StagingArea | null
[src]

The staging area of the source server.

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

The tags associated with the Source Server.