Class IpSetArgs
Inherited Members
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 SourceIpSetArgs()
Declaration
public IpSetArgs()
Properties
View SourceIpSetDescriptors
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> |
Name
The name or description of the IPSet.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |