RecordSetRoutingPolicyWrrArgs

data class RecordSetRoutingPolicyWrrArgs(val healthCheckedTargets: Output<RecordSetRoutingPolicyWrrHealthCheckedTargetsArgs>? = null, val rrdatas: Output<List<String>>? = null, val weight: Output<Double>) : ConvertibleToJava<RecordSetRoutingPolicyWrrArgs>

Constructors

Link copied to clipboard
constructor(healthCheckedTargets: Output<RecordSetRoutingPolicyWrrHealthCheckedTargetsArgs>? = null, rrdatas: Output<List<String>>? = null, weight: Output<Double>)

Properties

Link copied to clipboard

The list of targets to be health checked. Note that if DNSSEC is enabled for this zone, only one of rrdatas or health_checked_targets can be set. Structure is document below.

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

Same as rrdatas above.

Link copied to clipboard
val weight: Output<Double>

The ratio of traffic routed to the target.

Functions

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