dynamodb_update_global_table_settings: Updates settings for a global table

View source: R/dynamodb_operations.R

dynamodb_update_global_table_settingsR Documentation

Updates settings for a global table

Description

Updates settings for a global table.

See https://www.paws-r-sdk.com/docs/dynamodb_update_global_table_settings/ for full documentation.

Usage

dynamodb_update_global_table_settings(
  GlobalTableName,
  GlobalTableBillingMode = NULL,
  GlobalTableProvisionedWriteCapacityUnits = NULL,
  GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate = NULL,
  GlobalTableGlobalSecondaryIndexSettingsUpdate = NULL,
  ReplicaSettingsUpdate = NULL
)

Arguments

GlobalTableName

[required] The name of the global table

GlobalTableBillingMode

The billing mode of the global table. If GlobalTableBillingMode is not specified, the global table defaults to PROVISIONED capacity billing mode.

  • PROVISIONED - We recommend using PROVISIONED for predictable workloads. PROVISIONED sets the billing mode to Provisioned Mode.

  • PAY_PER_REQUEST - We recommend using PAY_PER_REQUEST for unpredictable workloads. PAY_PER_REQUEST sets the billing mode to On-Demand Mode.

GlobalTableProvisionedWriteCapacityUnits

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate

Auto scaling settings for managing provisioned write capacity for the global table.

GlobalTableGlobalSecondaryIndexSettingsUpdate

Represents the settings of a global secondary index for a global table that will be modified.

ReplicaSettingsUpdate

Represents the settings for a global table in a Region that will be modified.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.