Class CfnGeoMatchSetProps
Properties for defining a CfnGeoMatchSet
.
Inheritance
System.Object
CfnGeoMatchSetProps
Implements
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnGeoMatchSetProps : Object, ICfnGeoMatchSetProps
Syntax (vb)
Public Class CfnGeoMatchSetProps
Inherits Object
Implements ICfnGeoMatchSetProps
Remarks
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 cfnGeoMatchSetProps = new CfnGeoMatchSetProps {
Name = "name",
// the properties below are optional
GeoMatchConstraints = new [] { new GeoMatchConstraintProperty {
Type = "type",
Value = "value"
} }
};
Synopsis
Constructors
CfnGeoMatchSetProps() |
Properties
GeoMatchConstraints | An array of |
Name | A friendly name or description of the |
Constructors
CfnGeoMatchSetProps()
public CfnGeoMatchSetProps()
Properties
GeoMatchConstraints
An array of GeoMatchConstraint
objects, which contain the country that you want AWS WAF to search for.
public object GeoMatchConstraints { get; set; }
Property Value
System.Object
Remarks
Name
A friendly name or description of the GeoMatchSet
.
public string Name { get; set; }
Property Value
System.String
Remarks
You can't change the name of an GeoMatchSet
after you create it.