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

StagingSourceServer

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

Source server in staging account that extended source server connected to.

interface StagingSourceServer {
arn?: string | null;
hostname?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the source server.

§
hostname?: string | null
[src]

Hostname of staging source server.

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

A list of tags associated with the staging source server.