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.WafV2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IpSetState : ResourceArgs
Constructors
View SourceIpSetState()
Declaration
public IpSetState()
Properties
View SourceAddresses
Contains an array of strings that specify one or more IP addresses or blocks of IP addresses in Classless Inter-Domain Routing (CIDR) notation. AWS WAF supports all address ranges for IP versions IPv4 and IPv6.
Declaration
public InputList<string> Addresses { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Arn
The Amazon Resource Name (ARN) that identifies the cluster.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A friendly description of the IP set.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpAddressVersion
Specify IPV4 or IPV6. Valid values are IPV4 or IPV6.
Declaration
public Input<string> IpAddressVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LockToken
Declaration
public Input<string> LockToken { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
A friendly name of the IP set.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Scope
Specifies whether this is for an AWS CloudFront distribution or for a regional application. Valid values are CLOUDFRONT or REGIONAL. To work with CloudFront, you must also specify the Region US East (N. Virginia).
Declaration
public Input<string> Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
An array of key:value pairs to associate with the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |