class Amazonite::EventBridge::ReplicationConfig

Overview

Endpoints can replicate all events to the secondary Region.

Included Modules

Defined in:

eventbridge/replication_config.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(state : ReplicationState | Nil = nil) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def state : ReplicationState | Nil #

The state of event replication.


[View source]
def state=(state : ReplicationState | Nil) #

The state of event replication.


[View source]
def validate! : Nil #

[View source]