Class GeoMatchSetGeoMatchConstraintGetArgs
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.WafRegional.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GeoMatchSetGeoMatchConstraintGetArgs : ResourceArgs
Constructors
View SourceGeoMatchSetGeoMatchConstraintGetArgs()
Declaration
public GeoMatchSetGeoMatchConstraintGetArgs()
Properties
View SourceType
The type of geographical area you want AWS WAF to search for. Currently Country is the only valid value.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The country that you want AWS WAF to search for.
This is the two-letter country code, e.g. US, CA, RU, CN, etc.
See docs for all supported values.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |