aws.appstream.describe_applications
Example SQL Queries
SELECT * FROMaws.appstream.describe_applications;Description
Retrieves a list that describes one or more applications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arns Input Column The ARNs for the applications. | VARCHAR[] |
Show child fields
| |
| 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
| |
| applications The applications in the list. | STRUCT( |
Show child fields
| |