QBusiness / Client / update_application

update_application#

QBusiness.Client.update_application(**kwargs)#

Updates an existing Amazon Q Business application.

See also: AWS API Documentation

Request Syntax

response = client.update_application(
    applicationId='string',
    attachmentsConfiguration={
        'attachmentsControlMode': 'ENABLED'|'DISABLED'
    },
    description='string',
    displayName='string',
    roleArn='string'
)
Parameters:
  • applicationId (string) –

    [REQUIRED]

    The identifier of the Amazon Q Business application.

  • attachmentsConfiguration (dict) –

    An option to allow end users to upload files directly during chat.

    • attachmentsControlMode (string) – [REQUIRED]

      Status information about whether file upload functionality is activated or deactivated for your end user.

  • description (string) – A description for the Amazon Q Business application.

  • displayName (string) – A name for the Amazon Q Business application.

  • roleArn (string) – An Amazon Web Services Identity and Access Management (IAM) role that gives Amazon Q Business permission to access Amazon CloudWatch logs and metrics.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions