Skip to main content

volume_associations_list_only

Lists volume_associations in a region or regions, for all properties use volume_associations

Overview

Namevolume_associations_list_only
TypeResource
DescriptionResource Type definition for AWS::WorkspacesInstances::VolumeAssociation
Idawscc.workspacesinstances.volume_associations_list_only

Fields

NameDatatypeDescription
workspace_instance_idstringID of the workspace instance to associate with the volume
volume_idstringID of the volume to attach to the workspace instance
devicestringThe device name for the volume attachment
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all volume_associations in a region.

SELECT
region,
workspace_instance_id,
volume_id,
device
FROM awscc.workspacesinstances.volume_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the volume_associations_list_only resource, see volume_associations