finspace_update_kx_environment: Updates information for the given kdb environment

View source: R/finspace_operations.R

finspace_update_kx_environmentR Documentation

Updates information for the given kdb environment

Description

Updates information for the given kdb environment.

See https://www.paws-r-sdk.com/docs/finspace_update_kx_environment/ for full documentation.

Usage

finspace_update_kx_environment(
  environmentId,
  name = NULL,
  description = NULL,
  clientToken = NULL
)

Arguments

environmentId

[required] A unique identifier for the kdb environment.

name

The name of the kdb environment.

description

A description of the 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.