Update Self Upgrade Configuration
| quicksight_update_self_upgrade_configuration | R Documentation |
Updates the self-upgrade configuration for a Quick account¶
Description¶
Updates the self-upgrade configuration for a Quick account.
Usage¶
quicksight_update_self_upgrade_configuration(AwsAccountId, Namespace,
SelfUpgradeStatus)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the Quick self-upgrade configuration that you want to update. |
Namespace |
[required] The Quick namespace that you want to update the Quick self-upgrade configuration for. |
SelfUpgradeStatus |
[required] The self-upgrade status that you want to set for the Quick account. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$update_self_upgrade_configuration(
AwsAccountId = "string",
Namespace = "string",
SelfUpgradeStatus = "AUTO_APPROVAL"|"ADMIN_APPROVAL"
)