Class: Aws::DynamoDB::Types::UpdateReplicationGroupMemberAction

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

Overview

Represents a replica to be modified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_secondary_indexesArray<Types::ReplicaGlobalSecondaryIndex>

Replica-specific global secondary index settings.



10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10296

class UpdateReplicationGroupMemberAction < Struct.new(
  :region_name,
  :kms_master_key_id,
  :provisioned_throughput_override,
  :on_demand_throughput_override,
  :global_secondary_indexes,
  :table_class_override)
  SENSITIVE = []
  include Aws::Structure
end

#kms_master_key_idString

The KMS key of the replica that should be used for KMS encryption. To specify a key, use its key ID, Amazon Resource Name (ARN), alias name, or alias ARN. Note that you should only provide this parameter if the key is different from the default DynamoDB KMS key alias/aws/dynamodb.

Returns:

  • (String)


10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10296

class UpdateReplicationGroupMemberAction < Struct.new(
  :region_name,
  :kms_master_key_id,
  :provisioned_throughput_override,
  :on_demand_throughput_override,
  :global_secondary_indexes,
  :table_class_override)
  SENSITIVE = []
  include Aws::Structure
end

#on_demand_throughput_overrideTypes::OnDemandThroughputOverride

Overrides the maximum on-demand throughput for the replica table.



10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10296

class UpdateReplicationGroupMemberAction < Struct.new(
  :region_name,
  :kms_master_key_id,
  :provisioned_throughput_override,
  :on_demand_throughput_override,
  :global_secondary_indexes,
  :table_class_override)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_throughput_overrideTypes::ProvisionedThroughputOverride

Replica-specific provisioned throughput. If not specified, uses the source table's provisioned throughput settings.



10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10296

class UpdateReplicationGroupMemberAction < Struct.new(
  :region_name,
  :kms_master_key_id,
  :provisioned_throughput_override,
  :on_demand_throughput_override,
  :global_secondary_indexes,
  :table_class_override)
  SENSITIVE = []
  include Aws::Structure
end

#region_nameString

The Region where the replica exists.

Returns:

  • (String)


10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10296

class UpdateReplicationGroupMemberAction < Struct.new(
  :region_name,
  :kms_master_key_id,
  :provisioned_throughput_override,
  :on_demand_throughput_override,
  :global_secondary_indexes,
  :table_class_override)
  SENSITIVE = []
  include Aws::Structure
end

#table_class_overrideString

Replica-specific table class. If not specified, uses the source table's table class.

Returns:

  • (String)


10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 10296

class UpdateReplicationGroupMemberAction < Struct.new(
  :region_name,
  :kms_master_key_id,
  :provisioned_throughput_override,
  :on_demand_throughput_override,
  :global_secondary_indexes,
  :table_class_override)
  SENSITIVE = []
  include Aws::Structure
end