Values.ReplayDestinationSourceA ReplayDestination object that contains details about a replay.
type nonrec t = {arn : Arn.t;The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.
*)filterArns : ReplayDestinationFilters.t option;A list of ARNs for rules to replay events to.
*)}