class
Amazonite::EventBridge::ReplayDestination
- Amazonite::EventBridge::ReplayDestination
- Reference
- Object
Overview
A ReplayDestination object that contains details about a replay.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/replay_destination.crConstructors
- .new(pull : JSON::PullParser)
- .new(arn : String, filter_arns : Array(String) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String
The ARN of the event bus to replay event to.
-
#arn=(arn : String)
The ARN of the event bus to replay event to.
-
#filter_arns : Array(String) | Nil
A list of ARNs for rules to replay events to.
-
#filter_arns=(filter_arns : Array(String) | Nil)
A list of ARNs for rules to replay events to.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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.
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.