Skip to main content

associated_stacks

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

Overview

Nameassociated_stacks
TypeResource
Idaws.appstream.associated_stacks

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestringThe name of the stack.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_associated_stacksselectregionRetrieves the name of the stack with which the specified fleet is associated.

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

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