RecordGeoproximityRoutingPolicyArgs

data class RecordGeoproximityRoutingPolicyArgs(val awsRegion: Output<String>? = null, val bias: Output<Int>? = null, val coordinates: Output<List<RecordGeoproximityRoutingPolicyCoordinateArgs>>? = null, val localZoneGroup: Output<String>? = null) : ConvertibleToJava<RecordGeoproximityRoutingPolicyArgs>

Constructors

Link copied to clipboard
constructor(awsRegion: Output<String>? = null, bias: Output<Int>? = null, coordinates: Output<List<RecordGeoproximityRoutingPolicyCoordinateArgs>>? = null, localZoneGroup: Output<String>? = null)

Properties

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

A AWS region where the resource is present.

Link copied to clipboard
val bias: Output<Int>? = null

Route more traffic or less traffic to the resource by specifying a value ranges between -90 to 90. See https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-geoproximity.html for bias details.

Link copied to clipboard

Specify latitude and longitude for routing traffic to non-AWS resources.

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

A AWS local zone group where the resource is present. See https://docs.aws.amazon.com/local-zones/latest/ug/available-local-zones.html for local zone group list.

Functions

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