Create a new FinSpace environment.
See https://www.paws-r-sdk.com/docs/finspace_create_environment/ for full documentation.
finspace_create_environment(
name,
description = NULL,
kmsKeyId = NULL,
tags = NULL,
federationMode = NULL,
federationParameters = NULL,
superuserParameters = NULL,
dataBundles = NULL
)
[required] The name of the FinSpace environment to be created.
The description of the FinSpace environment to be created.
The KMS key id to encrypt your data in the FinSpace environment.
Add tags to your FinSpace environment.
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.
Configuration information when authentication mode is FEDERATED.
Configuration information for the superuser.
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.