AWS Fundamentals Logo
AWS Fundamentals
AWS::WorkspacesInstances::Volume

WorkspacesInstances Volume

Resource Type definition for AWS::WorkspacesInstances::Volume - Manages WorkSpaces Volume resources

Properties

9 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
AvailabilityZone
string
RequiredCreate-only
Encrypted
boolean
Create-only
Iops
integer
Create-only
KmsKeyId
string
Create-only
SizeInGB
integer
Create-only
SnapshotId
string
Create-only
TagSpecifications
Array<TagSpecification>
Create-only
Throughput
integer
Create-only
VolumeType
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
VolumeIdstringUnique identifier for the volume

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WorkspacesInstances::Volume

Resources:
  MyResource:
    Type: AWS::WorkspacesInstances::Volume
    Properties:
      AvailabilityZone: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

workspaces-instances:CreateVolumeec2:CreateVolumeec2:CreateTags

read

ec2:DescribeVolumes

delete

workspaces-instances:DeleteVolumeec2:DescribeVolumesec2:DeleteVolume

list

ec2:DescribeVolumes

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceWorkspacesInstances
Properties10
Required1
TaggingNot supported
Primary IDVolumeId

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AvailabilityZoneEncryptedIopsKmsKeyIdSizeInGBSnapshotIdThroughputVolumeTypeTagSpecifications

External Links