Show / Hide Table of Contents

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 Source

Continent

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
View Source

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
View Source

Subdivision

A subdivision code for a country.

Declaration
public readonly string Subdivision
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.