RecordGeolocationRoutingPolicy

data class RecordGeolocationRoutingPolicy(val continent: String? = null, val country: String? = null, val subdivision: String? = null)

Constructors

Link copied to clipboard
constructor(continent: String? = null, country: String? = null, subdivision: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val continent: String? = null

A two-letter continent code. See http://docs.aws.amazon.com/Route53/latest/APIReference/API_GetGeoLocation.html for code details. Either continent or country must be specified.

Link copied to clipboard
val country: String? = null

A two-character country code or * to indicate a default resource record set.

Link copied to clipboard
val subdivision: String? = null

A subdivision code for a country.