Show / Hide Table of Contents

Class IpSetState

Inheritance
System.Object
InputArgs
ResourceArgs
IpSetState
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 IpSetState : ResourceArgs

Constructors

View Source

IpSetState()

Declaration
public IpSetState()

Properties

View Source

Arn

The ARN of the WAF IPSet.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
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<IpSetIpSetDescriptorGetArgs> IpSetDescriptors { get; set; }
Property Value
Type Description
InputList<IpSetIpSetDescriptorGetArgs>
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.