| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudWatchEvents.Types.ReplayDestination
Description
Synopsis
Documentation
data ReplayDestination Source #
A ReplayDestination object that contains details about a replay.
See: newReplayDestination smart constructor.
Constructors
| ReplayDestination' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> ReplayDestination |
Create a value of ReplayDestination with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:filterArns:ReplayDestination', replayDestination_filterArns - A list of ARNs for rules to replay events to.
$sel:arn:ReplayDestination', replayDestination_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.
replayDestination_filterArns :: Lens' ReplayDestination (Maybe [Text]) Source #
A list of ARNs for rules to replay events to.
replayDestination_arn :: Lens' ReplayDestination Text Source #
The ARN of the event bus to replay event to. You can replay events only to the event bus specified to create the archive.