class Amazonite::DynamoDB::GlobalTableWitnessGroupUpdate

Overview

Represents one of the following:

You can configure one witness per MRSC global table.

Included Modules

Defined in:

dynamodb/global_table_witness_group_update.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(create : CreateGlobalTableWitnessGroupMemberAction | Nil = nil, delete : DeleteGlobalTableWitnessGroupMemberAction | 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?.


Specifies a witness Region to be added to a new MRSC global table. The witness must be added when creating the MRSC global table.


[View source]
def create=(create : CreateGlobalTableWitnessGroupMemberAction | Nil) #

Specifies a witness Region to be added to a new MRSC global table. The witness must be added when creating the MRSC global table.


[View source]

Specifies a witness Region to be removed from an existing global table. Must be done in conjunction with removing a replica. The deletion of both a witness and replica converts the remaining replica to a single-Region DynamoDB table.


[View source]
def delete=(delete : DeleteGlobalTableWitnessGroupMemberAction | Nil) #

Specifies a witness Region to be removed from an existing global table. Must be done in conjunction with removing a replica. The deletion of both a witness and replica converts the remaining replica to a single-Region DynamoDB table.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]