RecordsExclusiveResourceRecordSetGeoproximityLocation

data class RecordsExclusiveResourceRecordSetGeoproximityLocation(val awsRegion: String? = null, val bias: Int? = null, val coordinates: RecordsExclusiveResourceRecordSetGeoproximityLocationCoordinates? = null, val localZoneGroup: String? = null)

Constructors

constructor(awsRegion: String? = null, bias: Int? = null, coordinates: RecordsExclusiveResourceRecordSetGeoproximityLocationCoordinates? = null, localZoneGroup: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val awsRegion: String? = null

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

Link copied to clipboard
val bias: 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: String? = null

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