Record Set Routing Policy Geo Health Checked Targets Args
data class RecordSetRoutingPolicyGeoHealthCheckedTargetsArgs(val externalEndpoints: Output<List<String>>? = null, val internalLoadBalancers: Output<List<RecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancerArgs>>? = null) : ConvertibleToJava<RecordSetRoutingPolicyGeoHealthCheckedTargetsArgs>
Constructors
Link copied to clipboard
constructor(externalEndpoints: Output<List<String>>? = null, internalLoadBalancers: Output<List<RecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancerArgs>>? = null)
Properties
Link copied to clipboard
The list of external endpoint addresses to health check.
Link copied to clipboard
val internalLoadBalancers: Output<List<RecordSetRoutingPolicyGeoHealthCheckedTargetsInternalLoadBalancerArgs>>? = null
The list of internal load balancers to health check. Structure is documented below.