RecordsExclusiveResourceRecordSetGeoproximityLocationArgs

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

Constructors

constructor(awsRegion: Output<String>? = null, bias: Output<Int>? = null, coordinates: Output<RecordsExclusiveResourceRecordSetGeoproximityLocationCoordinatesArgs>? = null, localZoneGroup: Output<String>? = null)

Properties

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

AWS region of the resource where DNS traffic is directed to.

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

Increases or decreases the size of the geographic region from which Route 53 routes traffic to a resource. To expand the size of the geographic region from which Route 53 routes traffic to a resource, specify a positive integer from 1 to 99. To shrink the size of the geographic region from which Route 53 routes traffic to a resource, specify a negative bias of -1 to -99. See the AWS documentation for additional details.

Link copied to clipboard

Coordinates for a geoproximity resource record. See coordinates below.

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

AWS local zone group. Identify the Local Zones Group for a specific Local Zone by using the describe-availability-zones CLI command.

Functions

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