Skip to main content

application_fleet_associations

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

Overview

Nameapplication_fleet_associations
TypeResource
Idaws.appstream.application_fleet_associations

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
application_fleet_associationsarrayThe application fleet associations in the list.
next_tokenstringThe pagination token used to retrieve the next page of results for this operation.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_application_fleet_associationsselectregionRetrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

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

Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.

SELECT
application_fleet_associations,
next_token
FROM aws.appstream.application_fleet_associations
WHERE region = '{{ region }}' -- required
;