app_block_builder_app_block_associations
Creates, updates, deletes, gets or lists an app_block_builder_app_block_associations resource.
Overview
| Name | app_block_builder_app_block_associations |
| Type | Resource |
| Id | aws.appstream.app_block_builder_app_block_associations |
Fields
The following fields are returned by SELECT queries:
- describe_app_block_builder_app_block_associations
| Name | Datatype | Description |
|---|---|---|
app_block_builder_app_block_associations | array | This list of app block builders associated with app blocks. |
next_token | string | The pagination token used to retrieve the next page of results for this operation. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_app_block_builder_app_block_associations | select | region | Retrieves a list that describes one or more app block builder associations. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_app_block_builder_app_block_associations
Retrieves a list that describes one or more app block builder associations.
SELECT
app_block_builder_app_block_associations,
next_token
FROM aws.appstream.app_block_builder_app_block_associations
WHERE region = '{{ region }}' -- required
;