Class RecordGeolocationRoutingPolicy
Inheritance
System.Object
RecordGeolocationRoutingPolicy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Route53.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RecordGeolocationRoutingPolicy
Fields
View SourceContinent
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.
Declaration
public readonly string Continent
Field Value
| Type | Description |
|---|---|
| System.String |
Country
A two-character country code or * to indicate a default resource record set.
Declaration
public readonly string Country
Field Value
| Type | Description |
|---|---|
| System.String |
Subdivision
A subdivision code for a country.
Declaration
public readonly string Subdivision
Field Value
| Type | Description |
|---|---|
| System.String |