class Amazonite::DynamoDB::UpdateReplicationGroupMemberAction

Overview

Represents a replica to be modified.

Included Modules

Defined in:

dynamodb/update_replication_group_member_action.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(region_name : String, kms_master_key_id : String | Nil = nil, provisioned_throughput_override : ProvisionedThroughputOverride | Nil = nil, on_demand_throughput_override : OnDemandThroughputOverride | Nil = nil, global_secondary_indexes : Array(ReplicaGlobalSecondaryIndex) | Nil = nil, table_class_override : TableClass | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def global_secondary_indexes : Array(ReplicaGlobalSecondaryIndex) | Nil #

Replica-specific global secondary index settings.


[View source]
def global_secondary_indexes=(global_secondary_indexes : Array(ReplicaGlobalSecondaryIndex) | Nil) #

Replica-specific global secondary index settings.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def kms_master_key_id : String | Nil #

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.


[View source]
def kms_master_key_id=(kms_master_key_id : String | Nil) #

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.


[View source]
def on_demand_throughput_override : OnDemandThroughputOverride | Nil #

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


[View source]
def on_demand_throughput_override=(on_demand_throughput_override : OnDemandThroughputOverride | Nil) #

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


[View source]
def provisioned_throughput_override : ProvisionedThroughputOverride | Nil #

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


[View source]
def provisioned_throughput_override=(provisioned_throughput_override : ProvisionedThroughputOverride | Nil) #

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


[View source]
def region_name : String #

The Region where the replica exists.


[View source]
def region_name=(region_name : String) #

The Region where the replica exists.


[View source]
def table_class_override : TableClass | Nil #

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


[View source]
def table_class_override=(table_class_override : TableClass | Nil) #

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


[View source]
def validate! : Nil #

[View source]