Show / Hide Table of Contents

Interface CfnIPSet.IIPSetDescriptorProperty

This is AWS WAF Classic documentation.

Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.AWS.WAFRegional.dll
Syntax (csharp)
public interface IIPSetDescriptorProperty
Syntax (vb)
Public Interface IIPSetDescriptorProperty
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.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wafregional-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.WAFRegional;

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

System.String

Remarks

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

Value

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

string Value { get; }
Property Value

System.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:

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

      Back to top Generated by DocFX