Class GetIpSetArgs
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 GetIpSetArgs : InvokeArgs
Constructors
View SourceGetIpSetArgs()
Declaration
public GetIpSetArgs()
Properties
View SourceName
The name of the WAFv2 IP Set.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| 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-1 (N. Virginia) on the AWS provider.
Declaration
public string Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |