Skip to main content

image_associations

Creates, updates, deletes, gets or lists an image_associations resource.

Overview

Nameimage_associations
TypeResource
Idaws.workspaces.image_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_image_associationsselectregionDescribes the associations between the applications and the specified image.

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 image.

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