AWS::WorkspacesInstances::VolumeResource Type definition for AWS::WorkspacesInstances::Volume - Manages WorkSpaces Volume resources
9 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
VolumeId | string | Unique identifier for the volume |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WorkspacesInstances::Volume
Resources:
MyResource:
Type: AWS::WorkspacesInstances::Volume
Properties:
AvailabilityZone: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
workspaces-instances:CreateVolumeec2:CreateVolumeec2:CreateTagsec2:DescribeVolumesworkspaces-instances:DeleteVolumeec2:DescribeVolumesec2:DeleteVolumeec2:DescribeVolumesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterVolumeIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AvailabilityZoneEncryptedIopsKmsKeyIdSizeInGBSnapshotIdThroughputVolumeTypeTagSpecifications