Skip to content

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

AppBlockArn

The ARN of the app block.

AppBlockBuilderName

The name of the app block builder.

MaxResults

The maximum size of each page of results.

NextToken

The 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"
)

Request syntax

svc$describe_app_block_builder_app_block_associations(
  AppBlockArn = "string",
  AppBlockBuilderName = "string",
  MaxResults = 123,
  NextToken = "string"
)