aws.appstream.list_entitled_applications
Example SQL Queries
SELECT * FROMaws.appstream.list_entitled_applicationsWHERE"stack_name" = 'VALUE'AND "entitlement_name" = 'VALUE';Description
Retrieves a list of entitled applications.
Table Definition
| Column Name | Column Data Type |
|---|---|
| entitlement_name Required Input Column The name of the entitlement. | VARCHAR |
| stack_name Required Input Column The name of the stack with which the entitlement is associated. | 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
| |
| entitled_applications The entitled applications. | STRUCT( |
Show child fields
| |