Skip to main content

associated_fleets

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

Overview

Nameassociated_fleets
TypeResource
Idaws.appstream.associated_fleets

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringThe name of the fleet.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_associated_fleetsselectregionRetrieves the name of the fleet that is associated with the specified stack.

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 the name of the fleet that is associated with the specified stack.

SELECT
name
FROM aws.appstream.associated_fleets
WHERE region = '{{ region }}' -- required
;