Class: Aws::DynamoDB::Types::UpdateGlobalTableSettingsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::UpdateGlobalTableSettingsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_table_billing_mode ⇒ String
The billing mode of the global table.
-
#global_table_global_secondary_index_settings_update ⇒ Array<Types::GlobalTableGlobalSecondaryIndexSettingsUpdate>
Represents the settings of a global secondary index for a global table that will be modified.
-
#global_table_name ⇒ String
The name of the global table.
-
#global_table_provisioned_write_capacity_auto_scaling_settings_update ⇒ Types::AutoScalingSettingsUpdate
Auto scaling settings for managing provisioned write capacity for the global table.
-
#global_table_provisioned_write_capacity_units ⇒ Integer
The maximum number of writes consumed per second before DynamoDB returns a ‘ThrottlingException.`.
-
#replica_settings_update ⇒ Array<Types::ReplicaSettingsUpdate>
Represents the settings for a global table in a Region that will be modified.
Instance Attribute Details
#global_table_billing_mode ⇒ String
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 capacity mode].
-
‘PAY_PER_REQUEST` - We recommend using `PAY_PER_REQUEST` for unpredictable workloads. `PAY_PER_REQUEST` sets the billing mode to [On-demand capacity mode].
[1]: docs.aws.amazon.com/amazondynamodb/latest/developerguide/provisioned-capacity-mode.html [2]: docs.aws.amazon.com/amazondynamodb/latest/developerguide/on-demand-capacity-mode.html
9865 9866 9867 9868 9869 9870 9871 9872 9873 9874 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9865 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_update ⇒ Array<Types::GlobalTableGlobalSecondaryIndexSettingsUpdate>
Represents the settings of a global secondary index for a global table that will be modified.
9865 9866 9867 9868 9869 9870 9871 9872 9873 9874 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9865 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_name ⇒ String
The name of the global table
9865 9866 9867 9868 9869 9870 9871 9872 9873 9874 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9865 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_update ⇒ Types::AutoScalingSettingsUpdate
Auto scaling settings for managing provisioned write capacity for the global table.
9865 9866 9867 9868 9869 9870 9871 9872 9873 9874 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9865 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_units ⇒ Integer
The maximum number of writes consumed per second before DynamoDB returns a ‘ThrottlingException.`
9865 9866 9867 9868 9869 9870 9871 9872 9873 9874 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9865 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_update ⇒ Array<Types::ReplicaSettingsUpdate>
Represents the settings for a global table in a Region that will be modified.
9865 9866 9867 9868 9869 9870 9871 9872 9873 9874 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9865 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 |