---
type: resource-type
title: WorkspacesInstancesVolume
description: aws resource type AWS::WorkspacesInstances::Volume
name: WorkspacesInstancesVolume
lexicon: aws
resource_type: AWS::WorkspacesInstances::Volume
---
`AWS::WorkspacesInstances::Volume`, a resource type of the aws lexicon.

## Properties

- `AvailabilityZone` (`string`, required): The Availability Zone in which to create the volume
- `Encrypted` (`boolean`, optional): Indicates whether the volume should be encrypted
- `Iops` (`number`, optional): The number of I/O operations per second (IOPS)
- `KmsKeyId` (`string`, optional): The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption
- `SizeInGB` (`number`, optional): The size of the volume, in GiBs
- `SnapshotId` (`string`, optional): The snapshot from which to create the volume
- `TagSpecifications` (`WorkspacesInstancesVolume_TagSpecification[]`, optional): The tags passed to EBS volume
- `Throughput` (`number`, optional): The throughput to provision for a volume, with a maximum of 1,000 MiB/s
- `VolumeId` (`string`, optional): Unique identifier for the volume
- `VolumeType` (`"gp2" | "gp3" | "io1" | "io2" | "sc1" | "st1" | "standard"`, optional): The volume type

## Attributes

- `VolumeId`
