Class GetIpSet
Inheritance
System.Object
GetIpSet
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 static class GetIpSet
Methods
View SourceInvokeAsync(GetIpSetArgs, InvokeOptions)
Retrieves the summary of a WAFv2 IP Set.
{{% examples %}}
Example Usage
{{% example %}}
using Pulumi;
using Aws = Pulumi.Aws;
class MyStack : Stack
{
public MyStack()
{
var example = Output.Create(Aws.WafV2.GetIpSet.InvokeAsync(new Aws.WafV2.GetIpSetArgs
{
Name = "some-ip-set",
Scope = "REGIONAL",
}));
}
}
{{% /example %}} {{% /examples %}}
Declaration
public static Task<GetIpSetResult> InvokeAsync(GetIpSetArgs args, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetIpSetArgs | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetIpSetResult> |