Update Spice Capacity Configuration
quicksight_update_spice_capacity_configuration | R Documentation |
Updates the SPICE capacity configuration for a Amazon QuickSight account¶
Description¶
Updates the SPICE capacity configuration for a Amazon QuickSight account.
Usage¶
quicksight_update_spice_capacity_configuration(AwsAccountId,
PurchaseMode)
Arguments¶
AwsAccountId |
[required] The ID of the Amazon Web Services account that contains the SPICE configuration that you want to update. |
PurchaseMode |
[required] Determines how SPICE capacity can be purchased. The following options are available.
|
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$update_spice_capacity_configuration(
AwsAccountId = "string",
PurchaseMode = "MANUAL"|"AUTO_PURCHASE"
)