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.4/services/finspace.ts?docs=full";
interface CreateEnvironmentResponse {
environmentArn?: string | null;
environmentId?: string | null;
environmentUrl?: string | null;
}

§Properties

§
environmentArn?: string | null
[src]

The Amazon Resource Name (ARN) of the FinSpace environment that you created.

§
environmentId?: string | null
[src]

The unique identifier for FinSpace environment that you created.

§
environmentUrl?: string | null
[src]

The sign-in url for the web application of the FinSpace environment you created.