RecordGeolocationRoutingPolicyArgs

data class RecordGeolocationRoutingPolicyArgs(val continent: Output<String>? = null, val country: Output<String>? = null, val subdivision: Output<String>? = null) : ConvertibleToJava<RecordGeolocationRoutingPolicyArgs>

Constructors

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

Properties

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

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

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

A subdivision code for a country.

Functions

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