Show / Hide Table of Contents

Class CfnIPSet.IPSetDescriptorProperty

This is AWS WAF Classic documentation.

Inheritance
System.Object
CfnIPSet.IPSetDescriptorProperty
Implements
CfnIPSet.IIPSetDescriptorProperty
Namespace: Amazon.CDK.AWS.WAFRegional
Assembly: Amazon.CDK.AWS.WAFRegional.dll
Syntax (csharp)
public class IPSetDescriptorProperty : Object, CfnIPSet.IIPSetDescriptorProperty
Syntax (vb)
Public Class IPSetDescriptorProperty
    Inherits Object
    Implements CfnIPSet.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

Constructors

IPSetDescriptorProperty()

Properties

Type

Specify IPV4 or IPV6 .

Value

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

Constructors

IPSetDescriptorProperty()

public IPSetDescriptorProperty()

Properties

Type

Specify IPV4 or IPV6 .

public string Type { get; set; }
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:.

public string Value { get; set; }
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

      Implements

      CfnIPSet.IIPSetDescriptorProperty
      Back to top Generated by DocFX