Show / Hide Table of Contents

Class GeoMatchSetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GeoMatchSetArgs
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.WafRegional
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GeoMatchSetArgs : ResourceArgs

Constructors

View Source

GeoMatchSetArgs()

Declaration
public GeoMatchSetArgs()

Properties

View Source

GeoMatchConstraints

The Geo Match Constraint objects which contain the country that you want AWS WAF to search for.

Declaration
public InputList<GeoMatchSetGeoMatchConstraintArgs> GeoMatchConstraints { get; set; }
Property Value
Type Description
InputList<GeoMatchSetGeoMatchConstraintArgs>
View Source

Name

The name or description of the Geo Match Set.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.