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.WafV2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class IpSetState : ResourceArgs

Constructors

View Source

IpSetState()

Declaration
public IpSetState()

Properties

View Source

Addresses

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>
View Source

Arn

The Amazon Resource Name (ARN) that identifies the cluster.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

A friendly description of the IP set.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

LockToken

Declaration
public Input<string> LockToken { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

A friendly name of the IP set.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.