class Aws::CloudWatchEvents::Types::Replay

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

@!attribute [rw] replay_name

The name of the replay.
@return [String]

@!attribute [rw] event_source_arn

The ARN of the archive to replay event from.
@return [String]

@!attribute [rw] state

The current state of the replay.
@return [String]

@!attribute [rw] state_reason

A description of why the replay is in the current state.
@return [String]

@!attribute [rw] event_start_time

A time stamp for the time to start replaying events. This is
determined by the time in the event as described in [Time][1].

[1]: https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_PutEventsRequestEntry.html#eventbridge-Type-PutEventsRequestEntry-Time
@return [Time]

@!attribute [rw] event_end_time

A time stamp for the time to start replaying events. Any event with
a creation time prior to the `EventEndTime` specified is replayed.
@return [Time]

@!attribute [rw] event_last_replayed_time

A time stamp for the time that the last event was replayed.
@return [Time]

@!attribute [rw] replay_start_time

A time stamp for the time that the replay started.
@return [Time]

@!attribute [rw] replay_end_time

A time stamp for the time that the replay completed.
@return [Time]

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

Constants

SENSITIVE