EventEndpointRoutingConfigFailoverConfigSecondary constructor

const EventEndpointRoutingConfigFailoverConfigSecondary({
  1. Input<String?>? route,
})

Creates a new EventEndpointRoutingConfigFailoverConfigSecondary. route The name of the secondary Region.

Implementation

const EventEndpointRoutingConfigFailoverConfigSecondary({
  this.route,
});