Show / Hide Table of Contents

Class CfnGeoMatchSet.GeoMatchConstraintProperty

This is AWS WAF Classic documentation.

Inheritance
System.Object
CfnGeoMatchSet.GeoMatchConstraintProperty
Implements
CfnGeoMatchSet.IGeoMatchConstraintProperty
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.AWS.WAFRegional.dll
Syntax (csharp)
public class GeoMatchConstraintProperty : Object, CfnGeoMatchSet.IGeoMatchConstraintProperty
Syntax (vb)
Public Class GeoMatchConstraintProperty
    Inherits Object
    Implements CfnGeoMatchSet.IGeoMatchConstraintProperty
Remarks

For more information, see AWS WAF Classic in the developer guide.

For the latest version of AWS WAF , use the AWS WAF V2 API and see the AWS WAF Developer Guide . With the latest version, AWS WAF has a single set of endpoints for regional and global use.

The country from which web requests originate that you want AWS WAF to search for.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-geomatchset-geomatchconstraint.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.WAFRegional;

var geoMatchConstraintProperty = new GeoMatchConstraintProperty {
    Type = "type",
    Value = "value"
};

Synopsis

Constructors

GeoMatchConstraintProperty()

Properties

Type

The type of geographical area you want AWS WAF to search for.

Value

The country that you want AWS WAF to search for.

Constructors

GeoMatchConstraintProperty()

public GeoMatchConstraintProperty()

Properties

Type

The type of geographical area you want AWS WAF to search for.

public string Type { get; set; }
Property Value

System.String

Remarks

Currently Country is the only valid value.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-geomatchset-geomatchconstraint.html#cfn-wafregional-geomatchset-geomatchconstraint-type

Value

The country that you want AWS WAF to search for.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-geomatchset-geomatchconstraint.html#cfn-wafregional-geomatchset-geomatchconstraint-value

Implements

CfnGeoMatchSet.IGeoMatchConstraintProperty
Back to top Generated by DocFX