workspace_associations
Creates, updates, deletes, gets or lists a workspace_associations resource.
Overview
| Name | workspace_associations |
| Type | Resource |
| Id | aws.workspaces.workspace_associations |
Fields
The following fields are returned by SELECT queries:
- describe_workspace_associations
| Name | Datatype | Description |
|---|---|---|
associations | array | List of information about the specified associations. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_workspace_associations | select | region | Describes the associations betweens applications and the specified WorkSpace. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_workspace_associations
Describes the associations betweens applications and the specified WorkSpace.
SELECT
associations
FROM aws.workspaces.workspace_associations
WHERE region = '{{ region }}' -- required
;