quicksight_update_account_settings: Updates the Amazon QuickSight settings in your Amazon Web...

View source: R/quicksight_operations.R

quicksight_update_account_settingsR Documentation

Updates the Amazon QuickSight settings in your Amazon Web Services account

Description

Updates the Amazon QuickSight settings in your Amazon Web Services account.

See https://www.paws-r-sdk.com/docs/quicksight_update_account_settings/ for full documentation.

Usage

quicksight_update_account_settings(
  AwsAccountId,
  DefaultNamespace,
  NotificationEmail = NULL,
  TerminationProtectionEnabled = NULL
)

Arguments

AwsAccountId

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

DefaultNamespace

[required] The default namespace for this Amazon Web Services account. Currently, the default is default. IAM users that register for the first time with Amazon QuickSight provide an email address that becomes associated with the default namespace.

NotificationEmail

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

TerminationProtectionEnabled

A boolean value that determines whether or not an Amazon QuickSight account can be deleted. A True value doesn't allow the account to be deleted and results in an error message if a user tries to make a delete_account_subscription request. A False value will allow the account to be deleted.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.