aws.appstream.describe_app_block_builder_app_block_associations
Example SQL Queries
SELECT * FROMaws.appstream.describe_app_block_builder_app_block_associations;Description
Retrieves a list that describes one or more app block builder associations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_block_arn Input Column The ARN of the app block. | VARCHAR |
| app_block_builder_name Input Column The name of the app block builder. | 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
| |
| app_block_builder_app_block_associations This list of app block builders associated with app blocks. | STRUCT( |
Show child fields
| |