Create a new FinSpace environment.
post/environment
Request body
namestring required
The name of the FinSpace environment to be created.
descriptionstring
The description of the FinSpace environment to be created.
kmsKeyIdstring
The KMS key id to encrypt your data in the FinSpace environment.
tagsobject
Add tags to your FinSpace environment.
federationMode'FEDERATED' | 'LOCAL'
<p>Authentication mode for the environment.</p> <ul> <li> <p> <code>FEDERATED</code> - Users access FinSpace through Single Sign On (SSO) via your Identity provider.</p> </li> <li> <p> <code>LOCAL</code> - Users access FinSpace via email and password managed within the FinSpace environment.</p> </li> </ul>
dataBundlesDataBundleArn[]
<p>The list of Amazon Resource Names (ARN) of the data bundles to install. Currently supported data bundle ARNs:</p> <ul> <li> <p> <code>arn:aws:finspace:${Region}::data-bundle/capital-markets-sample</code> - Contains sample Capital Markets datasets, categories and controlled vocabularies.</p> </li> <li> <p> <code>arn:aws:finspace:${Region}::data-bundle/taq</code> (default) - Contains trades and quotes data in addition to sample Capital Markets data.</p> </li> </ul>
Response
Success
environmentIdstring
The unique identifier for FinSpace environment that you created.
environmentArnstring
The Amazon Resource Name (ARN) of the FinSpace environment that you created.
environmentUrlstring
The sign-in url for the web application of the FinSpace environment you created.