Skip to main content

bundle_associations

Creates, updates, deletes, gets or lists a bundle_associations resource.

Overview

Namebundle_associations
TypeResource
Idaws.workspaces.bundle_associations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
associationsarrayList of information about the specified associations.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_bundle_associationsselectregionDescribes 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Describes the associations between the applications and the specified bundle.

SELECT
associations
FROM aws.workspaces.bundle_associations
WHERE region = '{{ region }}' -- required
;