aws.appstream.describe_app_block_builders
Example SQL Queries
SELECT * FROMaws.appstream.describe_app_block_builders;Description
Retrieves a list that describes one or more app block builders.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum size of each page of results. The maximum value is 25. | BIGINT |
| names Input Column The names of the app block builders. | VARCHAR[] |
Show child fields
| |
| 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
| |
| app_block_builders The list that describes one or more app block builders. | STRUCT( |
Show child fields
| |