class Aws::EventBridge::Types::StartReplayRequest
@note When making an API call, you may pass StartReplayRequest
data as a hash: { replay_name: "ReplayName", # required description: "ReplayDescription", event_source_arn: "Arn", # required event_start_time: Time.now, # required event_end_time: Time.now, # required destination: { # required arn: "Arn", # required filter_arns: ["Arn"], }, }
@!attribute [rw] replay_name
The name of the replay to start. @return [String]
@!attribute [rw] description
A description for the replay to start. @return [String]
@!attribute [rw] event_source_arn
The ARN of the archive to replay events from. @return [String]
@!attribute [rw] event_start_time
A time stamp for the time to start replaying events. Only events that occurred between the `EventStartTime` and `EventEndTime` are replayed. @return [Time]
@!attribute [rw] event_end_time
A time stamp for the time to stop replaying events. Only events that occurred between the `EventStartTime` and `EventEndTime` are replayed. @return [Time]
@!attribute [rw] destination
A `ReplayDestination` object that includes details about the destination for the replay. @return [Types::ReplayDestination]
@see docs.aws.amazon.com/goto/WebAPI/eventbridge-2015-10-07/StartReplayRequest AWS API Documentation
Constants
- SENSITIVE