aws.appstream.describe_application_fleet_associations
Example SQL Queries
SELECT * FROMaws.appstream.describe_application_fleet_associations;Description
Retrieves a list that describes one or more application fleet associations. Either ApplicationArn or FleetName must be specified.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_arn Input Column The ARN of the application. | VARCHAR |
| fleet_name Input Column The name of the fleet. | VARCHAR |
| max_results Input Column The maximum size of each page of results. | BIGINT |
| next_token Input Column The pagination token used to retrieve the next page of results for this operation. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| application_fleet_associations The application fleet associations in the list. | STRUCT( |
Show child fields
| |