v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141315274.7 KB

Creates a new volume for WorkSpace Instances.

post/#X-Amz-Target=EUCMIFrontendAPIService.CreateVolume

Headers

X-Amz-Target'EUCMIFrontendAPIService.CreateVolume' required

Request body

AvailabilityZonestring required

Availability zone for the volume.

ClientTokenstring password

Unique token to prevent duplicate volume creation.

Encryptedboolean

Indicates if the volume should be encrypted.

Iopsinteger

Input/output operations per second for the volume.

KmsKeyIdstring password

KMS key for volume encryption.

SizeInGBinteger

Volume size in gigabytes.

SnapshotIdstring

Source snapshot for volume creation.

Throughputinteger

Volume throughput performance.

VolumeType'standard' | 'io1' | 'io2' | 'gp2' | 'sc1' | 'st1' | 'gp3'

Type of EBS volume.

Response

Success

VolumeIdstring

Unique identifier for the new volume.