EventEndpointRoutingConfigFailoverConfigSecondary constructor
const
EventEndpointRoutingConfigFailoverConfigSecondary({
- Input<
String?> ? route,
Creates a new EventEndpointRoutingConfigFailoverConfigSecondary.
route The name of the secondary Region.
Implementation
const EventEndpointRoutingConfigFailoverConfigSecondary({
this.route,
});