Interface ICfnGeoMatchSetProps
Properties for defining a CfnGeoMatchSet
.
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnGeoMatchSetProps
Syntax (vb)
Public Interface 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
Properties
Geo |
An array of |
Name | A friendly name or description of the |
Properties
GeoMatchConstraints
An array of GeoMatchConstraint
objects, which contain the country that you want AWS WAF to search for.
virtual object GeoMatchConstraints { get; }
Property Value
System.
Remarks
Name
A friendly name or description of the GeoMatchSet
.
string Name { get; }
Property Value
System.
Remarks
You can't change the name of an GeoMatchSet
after you create it.