Class RecordGeolocationRoutingPolicyArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RecordGeolocationRoutingPolicyArgs : ResourceArgs
Constructors
View SourceRecordGeolocationRoutingPolicyArgs()
Declaration
public RecordGeolocationRoutingPolicyArgs()
Properties
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 Input<string> Continent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Country
A two-character country code or * to indicate a default resource record set.
Declaration
public Input<string> Country { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Subdivision
A subdivision code for a country.
Declaration
public Input<string> Subdivision { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |