Show / Hide Table of Contents

Class GetIpSetArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetIpSetArgs
Inherited Members
InvokeArgs.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 GetIpSetArgs : InvokeArgs

Constructors

View Source

GetIpSetArgs()

Declaration
public GetIpSetArgs()

Properties

View Source

Name

The name of the WAFv2 IP Set.

Declaration
public string Name { get; set; }
Property Value
Type Description
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-1 (N. Virginia) on the AWS provider.

Declaration
public string Scope { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.