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

CreateExtendedSourceServerRequest

import type { CreateExtendedSourceServerRequest } from "https://aws-api.deno.dev/v0.4/services/drs.ts?docs=full";
interface CreateExtendedSourceServerRequest {
sourceServerArn: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
sourceServerArn: string
[src]

This defines the ARN of the source server in staging Account based on which you want to create an extended source server.

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

A list of tags associated with the extended source server.