Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume
Source:R/fsx_operations.R
fsx_create_volume.RdCreates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
See https://www.paws-r-sdk.com/docs/fsx_create_volume/ for full documentation.
Usage
fsx_create_volume(
ClientRequestToken = NULL,
VolumeType,
Name,
OntapConfiguration = NULL,
Tags = NULL,
OpenZFSConfiguration = NULL
)Arguments
- ClientRequestToken
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
- VolumeType
[required] Specifies the type of volume to create;
ONTAPandOPENZFSare the only valid volume types.- Name
[required] Specifies the name of the volume that you're creating.
- OntapConfiguration
Specifies the configuration to use when creating the ONTAP volume.
A list of
Tagvalues, with a maximum of 50 elements.- OpenZFSConfiguration
Specifies the configuration to use when creating the OpenZFS volume.