class Aws::CloudWatchEvents::Types::ReplayDestination

A `ReplayDestination` object that contains details about a replay.

@note When making an API call, you may pass ReplayDestination

data as a hash:

    {
      arn: "Arn", # required
      filter_arns: ["Arn"],
    }

@!attribute [rw] arn

The ARN of the event bus to replay event to. You can replay events
only to the event bus specified to create the archive.
@return [String]

@!attribute [rw] filter_arns

A list of ARNs for rules to replay events to.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/ReplayDestination AWS API Documentation

Constants

SENSITIVE