Learn R Programming

paws.analytics (version 0.1.11)

quicksight_update_account_settings: Updates the Amazon QuickSight settings in your AWS account

Description

Updates the Amazon QuickSight settings in your AWS account.

Usage

quicksight_update_account_settings(AwsAccountId, DefaultNamespace,
  NotificationEmail)

Arguments

AwsAccountId

[required] The ID for the AWS account that contains the QuickSight settings that you want to list.

DefaultNamespace

[required] The default namespace for this AWS account. Currently, the default is default. AWS Identity and Access Management (IAM) users that register for the first time with QuickSight provide an email that becomes associated with the default namespace.

NotificationEmail

The email address that you want QuickSight to send notifications to regarding your AWS account or QuickSight subscription.

Value

A list with the following syntax:

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

Request syntax

svc$update_account_settings(
  AwsAccountId = "string",
  DefaultNamespace = "string",
  NotificationEmail = "string"
)