Record Set Routing Policy Primary Backup Primary Args
data class RecordSetRoutingPolicyPrimaryBackupPrimaryArgs(val externalEndpoints: Output<List<String>>? = null, val internalLoadBalancers: Output<List<RecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancerArgs>>? = null) : ConvertibleToJava<RecordSetRoutingPolicyPrimaryBackupPrimaryArgs>
Constructors
Link copied to clipboard
constructor(externalEndpoints: Output<List<String>>? = null, internalLoadBalancers: Output<List<RecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancerArgs>>? = null)
Properties
Link copied to clipboard
The Internet IP addresses to be health checked.
Link copied to clipboard
val internalLoadBalancers: Output<List<RecordSetRoutingPolicyPrimaryBackupPrimaryInternalLoadBalancerArgs>>? = null
The list of internal load balancers to health check.