Class: Aws::DynamoDB::Types::UpdateGlobalTableSettingsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_table_billing_modeString

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.

Returns:

  • (String)


9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9610

class UpdateGlobalTableSettingsInput < Struct.new(
  :global_table_name,
  :global_table_billing_mode,
  :global_table_provisioned_write_capacity_units,
  :global_table_provisioned_write_capacity_auto_scaling_settings_update,
  :global_table_global_secondary_index_settings_update,
  :replica_settings_update)
  SENSITIVE = []
  include Aws::Structure
end

#global_table_global_secondary_index_settings_updateArray<Types::GlobalTableGlobalSecondaryIndexSettingsUpdate>

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



9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9610

class UpdateGlobalTableSettingsInput < Struct.new(
  :global_table_name,
  :global_table_billing_mode,
  :global_table_provisioned_write_capacity_units,
  :global_table_provisioned_write_capacity_auto_scaling_settings_update,
  :global_table_global_secondary_index_settings_update,
  :replica_settings_update)
  SENSITIVE = []
  include Aws::Structure
end

#global_table_nameString

The name of the global table

Returns:

  • (String)


9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9610

class UpdateGlobalTableSettingsInput < Struct.new(
  :global_table_name,
  :global_table_billing_mode,
  :global_table_provisioned_write_capacity_units,
  :global_table_provisioned_write_capacity_auto_scaling_settings_update,
  :global_table_global_secondary_index_settings_update,
  :replica_settings_update)
  SENSITIVE = []
  include Aws::Structure
end

#global_table_provisioned_write_capacity_auto_scaling_settings_updateTypes::AutoScalingSettingsUpdate

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



9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9610

class UpdateGlobalTableSettingsInput < Struct.new(
  :global_table_name,
  :global_table_billing_mode,
  :global_table_provisioned_write_capacity_units,
  :global_table_provisioned_write_capacity_auto_scaling_settings_update,
  :global_table_global_secondary_index_settings_update,
  :replica_settings_update)
  SENSITIVE = []
  include Aws::Structure
end

#global_table_provisioned_write_capacity_unitsInteger

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

Returns:

  • (Integer)


9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9610

class UpdateGlobalTableSettingsInput < Struct.new(
  :global_table_name,
  :global_table_billing_mode,
  :global_table_provisioned_write_capacity_units,
  :global_table_provisioned_write_capacity_auto_scaling_settings_update,
  :global_table_global_secondary_index_settings_update,
  :replica_settings_update)
  SENSITIVE = []
  include Aws::Structure
end

#replica_settings_updateArray<Types::ReplicaSettingsUpdate>

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

Returns:



9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9610

class UpdateGlobalTableSettingsInput < Struct.new(
  :global_table_name,
  :global_table_billing_mode,
  :global_table_provisioned_write_capacity_units,
  :global_table_provisioned_write_capacity_auto_scaling_settings_update,
  :global_table_global_secondary_index_settings_update,
  :replica_settings_update)
  SENSITIVE = []
  include Aws::Structure
end