class Amazonite::EventBridge::ReplayDestination

Overview

A ReplayDestination object that contains details about a replay.

Included Modules

Defined in:

eventbridge/replay_destination.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(arn : String, filter_arns : Array(String) | 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 arn : String #

The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.


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

The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.


[View source]
def filter_arns : Array(String) | Nil #

A list of ARNs for rules to replay events to.


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

A list of ARNs for rules to replay events to.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]