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
)
[required] The name of the kdb environment that you want to create.
A description for the kdb environment.
[required] The KMS key ID to encrypt your data in the FinSpace environment.
A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.
A token that ensures idempotency. This token expires in 10 minutes.