Learn R Programming

paws.analytics (version 0.1.11)

quicksight_update_account_customization: Updates Amazon QuickSight customizations the current AWS Region

Description

Updates Amazon QuickSight customizations the current AWS Region. Currently, the only customization you can use is a theme.

You can use customizations for your AWS account or, if you specify a namespace, for a QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an AWS account. To find out which customizations apply, use the describe_account_customization API operation.

Usage

quicksight_update_account_customization(AwsAccountId, Namespace,
  AccountCustomization)

Arguments

AwsAccountId

[required] The ID for the AWS account that you want to update QuickSight customizations for.

Namespace

The namespace that you want to update QuickSight customizations for.

AccountCustomization

[required] The QuickSight customizations you're updating in the current AWS Region.

Value

A list with the following syntax:

list(
  Arn = "string",
  AwsAccountId = "string",
  Namespace = "string",
  AccountCustomization = list(
    DefaultTheme = "string"
  ),
  RequestId = "string",
  Status = 123
)

Request syntax

svc$update_account_customization(
  AwsAccountId = "string",
  Namespace = "string",
  AccountCustomization = list(
    DefaultTheme = "string"
  )
)