ReplayReference

class aws_cdk.interfaces.aws_events.ReplayReference(*, replay_arn)

Bases: object

A reference to a Replay resource.

Parameters:

replay_arn (str) – The ReplayArn of the Replay resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_events as interfaces_events

replay_reference = interfaces_events.ReplayReference(
    replay_arn="replayArn"
)

Attributes

replay_arn

The ReplayArn of the Replay resource.