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