Table of Contents

Class FailoverConfig

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

The failover configuration for an endpoint. This includes what triggers failover and what happens when it's triggered.

public class FailoverConfig
Inheritance
FailoverConfig
Inherited Members

Constructors

FailoverConfig()

public FailoverConfig()

Properties

Primary

Gets and sets the property Primary.

The main Region of the endpoint.

public Primary Primary { get; set; }

Property Value

Primary

Secondary

Gets and sets the property Secondary.

The Region that events are routed to when failover is triggered or event replication is enabled.

public Secondary Secondary { get; set; }

Property Value

Secondary