volume_associations_list_only
Lists volume_associations in a region or regions, for all properties use volume_associations
Overview
| Name | volume_associations_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::WorkspacesInstances::VolumeAssociation |
| Id | awscc.workspacesinstances.volume_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
workspace_instance_id | string | ID of the workspace instance to associate with the volume |
volume_id | string | ID of the volume to attach to the workspace instance |
device | string | The device name for the volume attachment |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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