Table of Contents

Class ReplayDestination

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

A ReplayDestination object that contains details about a replay.

public class ReplayDestination
Inheritance
ReplayDestination
Inherited Members

Constructors

ReplayDestination()

public ReplayDestination()

Properties

Arn

Gets and sets the property 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.

public string Arn { get; set; }

Property Value

string

FilterArns

Gets and sets the property FilterArns.

A list of ARNs for rules to replay events to.

public List<string> FilterArns { get; set; }

Property Value

List<string>