Skip to content

Describe Default Q Business Application

quicksight_describe_default_q_business_application R Documentation

Describes a Amazon Q Business application that is linked to an Amazon QuickSight account

Description

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

Usage

quicksight_describe_default_q_business_application(AwsAccountId,
  Namespace)

Arguments

AwsAccountId

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

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.

Value

A list with the following syntax:

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

Request syntax

svc$describe_default_q_business_application(
  AwsAccountId = "string",
  Namespace = "string"
)