finspace_create_kx_volume: Creates a new volume with a specific amount of throughput and...

View source: R/finspace_operations.R

finspace_create_kx_volumeR Documentation

Creates a new volume with a specific amount of throughput and storage capacity

Description

Creates a new volume with a specific amount of throughput and storage capacity.

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

Usage

finspace_create_kx_volume(
  clientToken = NULL,
  environmentId,
  volumeType,
  volumeName,
  description = NULL,
  nas1Configuration = NULL,
  azMode,
  availabilityZoneIds,
  tags = NULL
)

Arguments

clientToken

A token that ensures idempotency. This token expires in 10 minutes.

environmentId

[required] A unique identifier for the kdb environment, whose clusters can attach to the volume.

volumeType

[required] The type of file system volume. Currently, FinSpace only supports NAS_1 volume type. When you select NAS_1 volume type, you must also provide nas1Configuration.

volumeName

[required] A unique identifier for the volume.

description

A description of the volume.

nas1Configuration

Specifies the configuration for the Network attached storage (NAS_1) file system volume. This parameter is required when you choose volumeType as NAS_1.

azMode

[required] The number of availability zones you want to assign per volume. Currently, FinSpace only supports SINGLE for volumes. This places dataview in a single AZ.

availabilityZoneIds

[required] The identifier of the availability zones.

tags

A list of key-value pairs to label the volume. You can add up to 50 tags to a volume.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.