AppStream / Client / describe_app_block_builder_app_block_associations

describe_app_block_builder_app_block_associations#

AppStream.Client.describe_app_block_builder_app_block_associations(**kwargs)#

Retrieves a list that describes one or more app block builder associations.

See also: AWS API Documentation

Request Syntax

response = client.describe_app_block_builder_app_block_associations(
    AppBlockArn='string',
    AppBlockBuilderName='string',
    MaxResults=123,
    NextToken='string'
)
Parameters:
  • AppBlockArn (string) – The ARN of the app block.

  • AppBlockBuilderName (string) – The name of the app block builder.

  • MaxResults (integer) – The maximum size of each page of results.

  • NextToken (string) – The pagination token used to retrieve the next page of results for this operation.

Return type:

dict

Returns:

Response Syntax

{
    'AppBlockBuilderAppBlockAssociations': [
        {
            'AppBlockArn': 'string',
            'AppBlockBuilderName': 'string'
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • AppBlockBuilderAppBlockAssociations (list) –

      This list of app block builders associated with app blocks.

      • (dict) –

        Describes an association between an app block builder and app block.

        • AppBlockArn (string) –

          The ARN of the app block.

        • AppBlockBuilderName (string) –

          The name of the app block builder.

    • NextToken (string) –

      The pagination token used to retrieve the next page of results for this operation.

Exceptions

  • AppStream.Client.exceptions.InvalidParameterCombinationException

  • AppStream.Client.exceptions.OperationNotPermittedException