bundle_associations
Creates, updates, deletes, gets or lists a bundle_associations resource.
Overview
| Name | bundle_associations |
| Type | Resource |
| Id | aws.workspaces.bundle_associations |
Fields
The following fields are returned by SELECT queries:
- describe_bundle_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_bundle_associations | select | region | Describes the associations between the applications and the specified bundle. |
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_bundle_associations
Describes the associations between the applications and the specified bundle.
SELECT
associations
FROM aws.workspaces.bundle_associations
WHERE region = '{{ region }}' -- required
;