finspace_create_kx_environment: Creates a managed kdb environment for the account

View source: R/finspace_operations.R

finspace_create_kx_environmentR Documentation

Creates a managed kdb environment for the account

Description

Creates 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.

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.