EventEndpointRoutingConfigFailoverConfigPrimary constructor
const
EventEndpointRoutingConfigFailoverConfigPrimary({
- 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,
});