Show / Hide Table of Contents

Class IpSetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IpSetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.WafRegional
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IpSetArgs : ResourceArgs

Constructors

View Source

IpSetArgs()

Declaration
public IpSetArgs()

Properties

View Source

IpSetDescriptors

One or more pairs specifying the IP address type (IPV4 or IPV6) and the IP address range (in CIDR notation) from which web requests originate.

Declaration
public InputList<IpSetIpSetDescriptorArgs> IpSetDescriptors { get; set; }
Property Value
Type Description
InputList<IpSetIpSetDescriptorArgs>
View Source

Name

The name or description of the IPSet.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.