Creates a managed kdb environment for the account
Source:R/finspace_operations.R
finspace_create_kx_environment.RdCreates a managed kdb environment for the account.
See https://www.paws-r-sdk.com/docs/finspace_create_kx_environment/ for full documentation.
Usage
finspace_create_kx_environment(
name,
description = NULL,
kmsKeyId,
tags = NULL,
clientToken = NULL
)Arguments
- 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.
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.