Associate App Block Builder App Block
appstream_associate_app_block_builder_app_block | R Documentation |
Associates the specified app block builder with the specified app block¶
Description¶
Associates the specified app block builder with the specified app block.
Usage¶
Arguments¶
AppBlockArn
[required] The ARN of the app block.
AppBlockBuilderName
[required] The name of the app block builder.
Value¶
A list with the following syntax:
list(
AppBlockBuilderAppBlockAssociation = list(
AppBlockArn = "string",
AppBlockBuilderName = "string"
)
)