View source: R/finspace_operations.R
finspace_create_kx_environment | R Documentation |
Creates a managed kdb environment for the account.
See https://www.paws-r-sdk.com/docs/finspace_create_kx_environment/ for full documentation.
finspace_create_kx_environment(
name,
description = NULL,
kmsKeyId,
tags = NULL,
clientToken = NULL
)
name |
[required] The name of the kdb environment that you want to create. |
description |
A description for the kdb environment. |
kmsKeyId |
[required] The KMS key ID to encrypt your data in the FinSpace environment. |
tags |
A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment. |
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.