Skip to content

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.

  • MANUAL: SPICE capacity can only be purchased manually.

  • AUTO_PURCHASE: Extra SPICE capacity is automatically purchased on your behalf as needed. SPICE capacity can also be purchased manually with this option.

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"
)