Class IpSetState
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 IpSetState : ResourceArgs
Constructors
View SourceIpSetState()
Declaration
public IpSetState()
Properties
View SourceArn
The ARN of the WAF IPSet.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Name
The name or description of the IPSet.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |