EventEndpointRoutingConfigFailoverConfigPrimary constructor

const EventEndpointRoutingConfigFailoverConfigPrimary({
  1. Input<String?>? healthCheck,
})

Creates a new EventEndpointRoutingConfigFailoverConfigPrimary. healthCheck The ARN of the health check used by the endpoint to determine whether failover is triggered.

Implementation

const EventEndpointRoutingConfigFailoverConfigPrimary({
  this.healthCheck,
});