AppStream / Client / associate_app_block_builder_app_block
associate_app_block_builder_app_block#
- AppStream.Client.associate_app_block_builder_app_block(**kwargs)#
- Associates the specified app block builder with the specified app block. - See also: AWS API Documentation - Request Syntax- response = client.associate_app_block_builder_app_block( AppBlockArn='string', AppBlockBuilderName='string' ) - Parameters:
- AppBlockArn (string) – - [REQUIRED] - The ARN of the app block. 
- AppBlockBuilderName (string) – - [REQUIRED] - The name of the app block builder. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'AppBlockBuilderAppBlockAssociation': { 'AppBlockArn': 'string', 'AppBlockBuilderName': 'string' } } - Response Structure- (dict) – - AppBlockBuilderAppBlockAssociation (dict) – - The list of app block builders associated with app blocks. - AppBlockArn (string) – - The ARN of the app block. 
- AppBlockBuilderName (string) – - The name of the app block builder. 
 
 
 
 - Exceptions- AppStream.Client.exceptions.ConcurrentModificationException
- AppStream.Client.exceptions.LimitExceededException
- AppStream.Client.exceptions.ResourceNotFoundException
- AppStream.Client.exceptions.InvalidParameterCombinationException
- AppStream.Client.exceptions.OperationNotPermittedException