Update Account Settings
quicksight_update_account_settings | R Documentation |
Updates the Amazon QuickSight settings in your Amazon Web Services account¶
Description¶
Updates the Amazon QuickSight settings in your Amazon Web Services account.
Usage¶
quicksight_update_account_settings(AwsAccountId, DefaultNamespace,
NotificationEmail, TerminationProtectionEnabled)
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 |
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 |
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$update_account_settings(
AwsAccountId = "string",
DefaultNamespace = "string",
NotificationEmail = "string",
TerminationProtectionEnabled = TRUE|FALSE
)