RecordWeightedRoutingPolicy

data class RecordWeightedRoutingPolicy(val weight: Int)

Constructors

Link copied to clipboard
constructor(weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val weight: 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.