Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ReplayDestination Source #
A ReplayDestination
object that contains details about a replay.
See: newReplayDestination
smart constructor.
ReplayDestination' | |
|
Instances
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.