Skip to content

Update Account Customization

quicksight_update_account_customization R Documentation

Updates Amazon QuickSight customizations for the current Amazon Web Services Region

Description

Updates Amazon QuickSight customizations for the current Amazon Web Services Region. Currently, the only customization that you can use is a theme.

You can use customizations for your Amazon Web Services account or, if you specify a namespace, for a Amazon QuickSight namespace instead. Customizations that apply to a namespace override customizations that apply to an Amazon Web Services 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 Amazon Web Services account that you want to update Amazon QuickSight customizations for.

Namespace

The namespace that you want to update Amazon QuickSight customizations for.

AccountCustomization

[required] The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.

Value

A list with the following syntax:

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

Request syntax

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