Skip to main content

application_associations

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

Overview

Nameapplication_associations
TypeResource
Idaws.workspaces.application_associations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
associationsarrayList of associations and information about them.
next_tokenstringIf you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_application_associationsselectregionDescribes the associations between the application and the specified associated resources.

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 application and the specified associated resources.

SELECT
associations,
next_token
FROM aws.workspaces.application_associations
WHERE region = '{{ region }}' -- required
;