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

Environment

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

Represents an FinSpace environment.

interface Environment {
awsAccountId?: string | null;
dedicatedServiceAccountId?: string | null;
description?: string | null;
environmentArn?: string | null;
environmentId?: string | null;
environmentUrl?: string | null;
federationMode?: FederationMode | null;
federationParameters?: FederationParameters | null;
kmsKeyId?: string | null;
name?: string | null;
sageMakerStudioDomainUrl?: string | null;
status?: EnvironmentStatus | null;
}

§Properties

§
awsAccountId?: string | null
[src]

The ID of the AWS account in which the FinSpace environment is created.

§
dedicatedServiceAccountId?: string | null
[src]

The AWS account ID of the dedicated service account associated with your FinSpace environment.

§
description?: string | null
[src]

The description of the FinSpace environment.

§
environmentArn?: string | null
[src]

The Amazon Resource Name (ARN) of your FinSpace environment.

§
environmentId?: string | null
[src]

The identifier of the FinSpace environment.

§
environmentUrl?: string | null
[src]

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

§
federationMode?: FederationMode | null
[src]

The authentication mode for the environment.

§
federationParameters?: FederationParameters | null
[src]

Configuration information when authentication mode is FEDERATED.

§
kmsKeyId?: string | null
[src]

The KMS key id used to encrypt in the FinSpace environment.

§
name?: string | null
[src]

The name of the FinSpace environment.

§
sageMakerStudioDomainUrl?: string | null
[src]

The url of the integrated FinSpace notebook environment in your web application.

§
status?: EnvironmentStatus | null
[src]

The current status of creation of the FinSpace environment.