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

CreateEnvironmentRequest

import type { CreateEnvironmentRequest } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface CreateEnvironmentRequest {
ClientToken?: string | null;
Description?: string | null;
Name: string;
NetworkFabricType: NetworkFabricType;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ClientToken?: string | null
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
Description?: string | null
[src]

The description of the environment.

§
Name: string
[src]

The name of the environment.

§
NetworkFabricType: NetworkFabricType
[src]

The network fabric type of the environment.

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

The tags to assign to the environment. A tag is a label that you assign to an Amazon Web Services resource. Each tag consists of a key-value pair.