Creates 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.
fsx_create_volume(
ClientRequestToken = NULL,
VolumeType,
Name,
OntapConfiguration = NULL,
Tags = NULL,
OpenZFSConfiguration = NULL
)
[required] Specifies the type of volume to create; ONTAP
and OPENZFS
are the
only valid volume types.
[required] Specifies the name of the volume that you're creating.
Specifies the configuration to use when creating the ONTAP volume.
Specifies the configuration to use when creating the OpenZFS volume.