GetTrafficPolicyDocumentRuleGeoProximityLocation

data class GetTrafficPolicyDocumentRuleGeoProximityLocation(val bias: String? = null, val endpointReference: String? = null, val evaluateTargetHealth: Boolean? = null, val healthCheck: String? = null, val latitude: String? = null, val longitude: String? = null, val region: String? = null, val ruleReference: String? = null)

Constructors

constructor(bias: String? = null, endpointReference: String? = null, evaluateTargetHealth: Boolean? = null, healthCheck: String? = null, latitude: String? = null, longitude: String? = null, region: String? = null, ruleReference: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bias: String? = null

Specify a value for bias if you want to route more traffic to an endpoint from nearby endpoints (positive values) or route less traffic to an endpoint (negative values).

Link copied to clipboard

References to an endpoint.

Link copied to clipboard

Indicates whether you want Amazon Route 53 to evaluate the health of the endpoint and route traffic only to healthy endpoints.

Link copied to clipboard
val healthCheck: String? = null

If you want to associate a health check with the endpoint or rule.

Link copied to clipboard
val latitude: String? = null

Represents the location south (negative) or north (positive) of the equator. Valid values are -90 degrees to 90 degrees.

Link copied to clipboard
val longitude: String? = null

Represents the location west (negative) or east (positive) of the prime meridian. Valid values are -180 degrees to 180 degrees.

Link copied to clipboard
val region: String? = null

If your endpoint is an AWS resource, specify the AWS Region that you created the resource in.

Link copied to clipboard
val ruleReference: String? = null

References to a rule.