Skip to content

Update Dashboards Qa Configuration

quicksight_update_dashboards_qa_configuration R Documentation

Updates a Dashboard QA configuration

Description

Updates a Dashboard QA configuration.

Usage

quicksight_update_dashboards_qa_configuration(AwsAccountId,
  DashboardsQAStatus)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the dashboard QA configuration that you want to update.

DashboardsQAStatus

[required] The status of dashboards QA configuration that you want to update.

Value

A list with the following syntax:

list(
  DashboardsQAStatus = "ENABLED"|"DISABLED",
  RequestId = "string",
  Status = 123
)

Request syntax

svc$update_dashboards_qa_configuration(
  AwsAccountId = "string",
  DashboardsQAStatus = "ENABLED"|"DISABLED"
)