Records Exclusive Resource Record Set Geoproximity Location Args
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
Link copied to clipboard
constructor(awsRegion: Output<String>? = null, bias: Output<Int>? = null, coordinates: Output<RecordsExclusiveResourceRecordSetGeoproximityLocationCoordinatesArgs>? = null, localZoneGroup: Output<String>? = null)
Properties
Link copied to clipboard
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
val coordinates: Output<RecordsExclusiveResourceRecordSetGeoproximityLocationCoordinatesArgs>? = null
Coordinates for a geoproximity resource record. See coordinates
below.
Link copied to clipboard
AWS local zone group. Identify the Local Zones Group for a specific Local Zone by using the describe-availability-zones
CLI command.