Show / Hide Table of Contents

Class GeoMatchSetGeoMatchConstraintArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GeoMatchSetGeoMatchConstraintArgs
Inherited Members
ResourceArgs.Empty
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.Waf.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GeoMatchSetGeoMatchConstraintArgs : ResourceArgs

Constructors

View Source

GeoMatchSetGeoMatchConstraintArgs()

Declaration
public GeoMatchSetGeoMatchConstraintArgs()

Properties

View Source

Type

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.