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

CreateEnvironmentResponse

import type { CreateEnvironmentResponse } from "https://aws-api.deno.dev/v0.3/services/migrationhubrefactorspaces.ts?docs=full";
interface CreateEnvironmentResponse {
Arn?: string | null;
CreatedTime?: Date | number | null;
Description?: string | null;
EnvironmentId?: string | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
NetworkFabricType?: NetworkFabricType | null;
OwnerAccountId?: string | null;
State?: EnvironmentState | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the environment.

§
CreatedTime?: Date | number | null
[src]

A timestamp that indicates when the environment is created.

§
Description?: string | null
[src]

A description of the environment.

§
EnvironmentId?: string | null
[src]

The unique identifier of the environment.

§
LastUpdatedTime?: Date | number | null
[src]

A timestamp that indicates when the environment was last updated.

§
Name?: string | null
[src]

The name of the environment.

§
NetworkFabricType?: NetworkFabricType | null
[src]

The network fabric type of the environment.

§
OwnerAccountId?: string | null
[src]

The Amazon Web Services account ID of environment owner.

§
State?: EnvironmentState | null
[src]

The current state of the environment.

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

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