healthCheckedTargets

@JvmName(name = "ypajwfyplgdkxctr")
suspend fun healthCheckedTargets(value: Output<RRSetRoutingPolicyHealthCheckTargetsArgs>)
@JvmName(name = "enbucplrrhpsjafo")
suspend fun healthCheckedTargets(value: RRSetRoutingPolicyHealthCheckTargetsArgs?)

Parameters

value

endpoints that need to be health checked before making the routing decision. The unhealthy endpoints will be omitted from the result. If all endpoints within a buckete are unhealthy, we'll choose a different bucket (sampled w.r.t. its weight) for responding. Note that if DNSSEC is enabled for this zone, only one of rrdata or health_checked_targets can be set.


@JvmName(name = "coomdjyrsxdneump")
suspend fun healthCheckedTargets(argument: suspend RRSetRoutingPolicyHealthCheckTargetsArgsBuilder.() -> Unit)

Parameters

argument

endpoints that need to be health checked before making the routing decision. The unhealthy endpoints will be omitted from the result. If all endpoints within a buckete are unhealthy, we'll choose a different bucket (sampled w.r.t. its weight) for responding. Note that if DNSSEC is enabled for this zone, only one of rrdata or health_checked_targets can be set.