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.4/services/finspace.ts?docs=full";
interface CreateEnvironmentRequest {
dataBundles?: string[] | null;
description?: string | null;
federationMode?: FederationMode | null;
federationParameters?: FederationParameters | null;
kmsKeyId?: string | null;
name: string;
superuserParameters?: SuperuserParameters | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
dataBundles?: string[] | null
[src]

The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs:

  • arn:aws:finspace:${Region}::data-bundle/capital-markets-sample - Contains sample Capital Markets datasets, categories and controlled vocabularies.
  • arn:aws:finspace:${Region}::data-bundle/taq (default) - Contains trades and quotes data in addition to sample Capital Markets data.
§
description?: string | null
[src]

The description of the FinSpace environment to be created.

§
federationMode?: FederationMode | null
[src]

Authentication mode for the environment.

  • FEDERATED - Users access FinSpace through Single Sign On (SSO) via your Identity provider.
  • LOCAL - Users access FinSpace via email and password managed within the FinSpace environment.
§
federationParameters?: FederationParameters | null
[src]

Configuration information when authentication mode is FEDERATED.

§
kmsKeyId?: string | null
[src]

The KMS key id to encrypt your data in the FinSpace environment.

§
name: string
[src]

The name of the FinSpace environment to be created.

§
superuserParameters?: SuperuserParameters | null
[src]

Configuration information for the superuser.

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

Add tags to your FinSpace environment.