class Amazonite::DynamoDB::CreateReplicationGroupMemberAction

Overview

Represents a replica to be created.

Included Modules

Defined in:

dynamodb/create_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 that should be used for KMS encryption in the new replica. 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 that should be used for KMS encryption in the new replica. 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 #

The maximum on-demand throughput settings for the specified replica table being created. You can only modify MaxReadRequestUnits, because you can't modify MaxWriteRequestUnits for individual replica tables.


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

The maximum on-demand throughput settings for the specified replica table being created. You can only modify MaxReadRequestUnits, because you can't modify MaxWriteRequestUnits for individual replica tables.


[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 new replica will be created.


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

The Region where the new replica will be created.


[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]