Table of Contents

Class RoutingConfig

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

The routing configuration of the endpoint.

public class RoutingConfig
Inheritance
RoutingConfig
Inherited Members

Constructors

RoutingConfig()

public RoutingConfig()

Properties

FailoverConfig

Gets and sets the property FailoverConfig.

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

public FailoverConfig FailoverConfig { get; set; }

Property Value

FailoverConfig