Updates the Amazon Quick Sight settings in your Amazon Web Services account
Source:R/quicksight_operations.R
quicksight_update_account_settings.RdUpdates the Amazon Quick Sight 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 Quick Sight 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 Quick Sight provide an email address that becomes associated with the default namespace.- NotificationEmail
The email address that you want Quick Sight to send notifications to regarding your Amazon Web Services account or Quick Sight subscription.
- TerminationProtectionEnabled
A boolean value that determines whether or not an Quick Sight account can be deleted. A
Truevalue doesn't allow the account to be deleted and results in an error message if a user tries to make adelete_account_subscriptionrequest. AFalsevalue will allow the account to be deleted.