View source: R/finspace_operations.R
finspace_create_environment | R Documentation |
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
)
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. |
tags |
Add tags to your FinSpace environment. |
federationMode |
Authentication mode for the 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:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.