Skip to content

Update Default Q Business Application

quicksight_update_default_q_business_application R Documentation

Updates a Amazon Q Business application that is linked to a Amazon QuickSight account

Description

Updates a Amazon Q Business application that is linked to a Amazon QuickSight account.

Usage

quicksight_update_default_q_business_application(AwsAccountId,
  Namespace, ApplicationId)

Arguments

AwsAccountId

[required] The ID of the Amazon QuickSight account that is connected to the Amazon Q Business application that you want to update.

Namespace

The Amazon QuickSight namespace that contains the linked Amazon Q Business application. If this field is left blank, the default namespace is used. Currently, the default namespace is the only valid value for this parameter.

ApplicationId

[required] The ID of the Amazon Q Business application that you want to update.

Value

A list with the following syntax:

list(
  RequestId = "string",
  Status = 123
)

Request syntax

svc$update_default_q_business_application(
  AwsAccountId = "string",
  Namespace = "string",
  ApplicationId = "string"
)