EventEndpointRoutingConfigFailoverConfig class
Constructors
-
EventEndpointRoutingConfigFailoverConfig({required Input<
EventEndpointRoutingConfigFailoverConfigPrimary> primary, required Input<EventEndpointRoutingConfigFailoverConfigSecondary> secondary}) -
Creates a new EventEndpointRoutingConfigFailoverConfig.
primaryParameters used for the primary Region. Documented below.secondaryParameters used for the secondary Region, the Region that events are routed to when failover is triggered or event replication is enabled. Documented below.const -
EventEndpointRoutingConfigFailoverConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
primary
→ Input<
EventEndpointRoutingConfigFailoverConfigPrimary> -
Parameters used for the primary Region. Documented below.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
secondary
→ Input<
EventEndpointRoutingConfigFailoverConfigSecondary> -
Parameters used for the secondary Region, the Region that events are routed to when failover is triggered or event replication is enabled. Documented below.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited