RecordWeightedRoutingPolicyArgs

data class RecordWeightedRoutingPolicyArgs(val weight: Output<Int>) : ConvertibleToJava<RecordWeightedRoutingPolicyArgs>

Constructors

Link copied to clipboard
constructor(weight: Output<Int>)

Properties

Link copied to clipboard
val weight: Output<Int>

A numeric value indicating the relative weight of the record. See http://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-weighted.

Functions

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