Describe App Block Builder App Block Associations
| appstream_describe_app_block_builder_app_block_associations | R Documentation |
Retrieves a list that describes one or more app block builder associations¶
Description¶
Retrieves a list that describes one or more app block builder associations.
Usage¶
appstream_describe_app_block_builder_app_block_associations(AppBlockArn,
AppBlockBuilderName, MaxResults, NextToken)
Arguments¶
AppBlockArnThe ARN of the app block.
AppBlockBuilderNameThe name of the app block builder.
MaxResultsThe maximum size of each page of results.
NextTokenThe pagination token used to retrieve the next page of results for this operation.
Value¶
A list with the following syntax:
list(
AppBlockBuilderAppBlockAssociations = list(
list(
AppBlockArn = "string",
AppBlockBuilderName = "string"
)
),
NextToken = "string"
)