volumes_list_only
Lists volumes in a region or regions, for all properties use volumes
Overview
| Name | volumes_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::WorkspacesInstances::Volume - Manages WorkSpaces Volume resources |
| Id | awscc.workspacesinstances.volumes_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
volume_id | string | Unique identifier for the volume |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all volumes in a region.
SELECT
region,
volume_id
FROM awscc.workspacesinstances.volumes_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the volumes_list_only resource, see volumes