RRSet Routing Policy Primary Backup Policy Args
data class RRSetRoutingPolicyPrimaryBackupPolicyArgs(val backupGeoTargets: Output<RRSetRoutingPolicyGeoPolicyArgs>? = null, val kind: Output<String>? = null, val primaryTargets: Output<RRSetRoutingPolicyHealthCheckTargetsArgs>? = null, val trickleTraffic: Output<Double>? = null) : ConvertibleToJava<RRSetRoutingPolicyPrimaryBackupPolicyArgs>
Configures a RRSetRoutingPolicy such that all queries are responded with the primary_targets if they are healthy. And if all of them are unhealthy, then we fallback to a geo localized policy.
Constructors
Link copied to clipboard
fun RRSetRoutingPolicyPrimaryBackupPolicyArgs(backupGeoTargets: Output<RRSetRoutingPolicyGeoPolicyArgs>? = null, kind: Output<String>? = null, primaryTargets: Output<RRSetRoutingPolicyHealthCheckTargetsArgs>? = null, trickleTraffic: Output<Double>? = null)