EventEndpointRoutingConfigFailoverConfigPrimaryArgs

data class EventEndpointRoutingConfigFailoverConfigPrimaryArgs(val healthCheck: Output<String>? = null) : ConvertibleToJava<EventEndpointRoutingConfigFailoverConfigPrimaryArgs>

Constructors

constructor(healthCheck: Output<String>? = null)

Properties

Link copied to clipboard
val healthCheck: Output<String>? = null

The ARN of the health check used by the endpoint to determine whether failover is triggered.

Functions

Link copied to clipboard
open override fun toJava(): EventEndpointRoutingConfigFailoverConfigPrimaryArgs