aws.appstream.describe_entitlements
Example SQL Queries
SELECT * FROMaws.appstream.describe_entitlementsWHERE"stack_name" = 'VALUE';Description
Retrieves a list that describes one of more entitlements.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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 |
| name Input Column The name of the entitlement. | VARCHAR |
| 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
| |
| entitlements The entitlements. | STRUCT( |
Show child fields
| |