Show / Hide Table of Contents

Interface CfnIPSet.IIPSetDescriptorProperty

AWS WAF Classic support will end on September 30, 2025.

Namespace: Amazon.CDK.AWS.WAF
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnIPSet.IIPSetDescriptorProperty
Syntax (vb)
Public Interface CfnIPSet.IIPSetDescriptorProperty
Remarks
This is <em>AWS WAF Classic</em> documentation. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS WAF Classic</a> 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.

Specifies the IP address type ( IPV4 or IPV6 ) and the IP address range (in CIDR format) that web requests originate from.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-ipset-ipsetdescriptor.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.WAF;

             var iPSetDescriptorProperty = new Dictionary<string, string> {
                 { "type", "type" },
                 { "value", "value" }
             };

Synopsis

Properties

Type

Specify IPV4 or IPV6 .

Value

Specify an IPv4 address by using CIDR notation. For example:.

Properties

Type

Specify IPV4 or IPV6 .

string Type { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-ipset-ipsetdescriptor.html#cfn-waf-ipset-ipsetdescriptor-type

Value

Specify an IPv4 address by using CIDR notation. For example:.

string Value { get; }
Property Value

string

Remarks

    For more information about CIDR notation, see the Wikipedia entry Classless Inter-Domain Routing .

    Specify an IPv6 address by using CIDR notation. For example:

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waf-ipset-ipsetdescriptor.html#cfn-waf-ipset-ipsetdescriptor-value

      Back to top Generated by DocFX