ThroughputConfigUpdate
The new throughput configuration for the feature group. You can switch between on-demand and provisioned modes or update the read / write capacity of provisioned feature groups. You can switch a feature group to on-demand only once in a 24 hour period.
Contents
- ProvisionedReadCapacityUnits
-
For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 10000000.
Required: No
- ProvisionedWriteCapacityUnits
-
For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 10000000.
Required: No
- ThroughputMode
-
Target throughput mode of the feature group. Throughput update is an asynchronous operation, and the outcome should be monitored by polling
LastUpdateStatus
field inDescribeFeatureGroup
response. You cannot update a feature group's throughput while another update is in progress.Type: String
Valid Values:
OnDemand | Provisioned
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: