Palo Alto Networks Cloud NGFW for AWS v1.0.0 published on Wednesday, Oct 8, 2025 by Pulumi
cloudngfwaws.getNgfws
Palo Alto Networks Cloud NGFW for AWS v1.0.0 published on Wednesday, Oct 8, 2025 by Pulumi
Data source get a list of NGFWs.
Admin Permission Type
Firewall
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as cloudngfwaws from "@pulumi/cloudngfwaws";
const example = cloudngfwaws.getNgfws({});
import pulumi
import pulumi_cloudngfwaws as cloudngfwaws
example = cloudngfwaws.get_ngfws()
package main
import (
"github.com/pulumi/pulumi-cloudngfwaws/sdk/go/cloudngfwaws"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cloudngfwaws.GetNgfws(ctx, &cloudngfwaws.GetNgfwsArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using CloudNgfwAws = Pulumi.CloudNgfwAws;
return await Deployment.RunAsync(() =>
{
var example = CloudNgfwAws.GetNgfws.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudngfwaws.CloudngfwawsFunctions;
import com.pulumi.cloudngfwaws.inputs.GetNgfwsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = CloudngfwawsFunctions.getNgfws(GetNgfwsArgs.builder()
.build());
}
}
variables:
example:
fn::invoke:
function: cloudngfwaws:getNgfws
arguments: {}
Using getNgfws
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getNgfws(args: GetNgfwsArgs, opts?: InvokeOptions): Promise<GetNgfwsResult>
function getNgfwsOutput(args: GetNgfwsOutputArgs, opts?: InvokeOptions): Output<GetNgfwsResult>
def get_ngfws(region: Optional[str] = None,
rulestack: Optional[str] = None,
vpc_ids: Optional[Sequence[str]] = None,
opts: Optional[InvokeOptions] = None) -> GetNgfwsResult
def get_ngfws_output(region: Optional[pulumi.Input[str]] = None,
rulestack: Optional[pulumi.Input[str]] = None,
vpc_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNgfwsResult]
func GetNgfws(ctx *Context, args *GetNgfwsArgs, opts ...InvokeOption) (*GetNgfwsResult, error)
func GetNgfwsOutput(ctx *Context, args *GetNgfwsOutputArgs, opts ...InvokeOption) GetNgfwsResultOutput
> Note: This function is named GetNgfws
in the Go SDK.
public static class GetNgfws
{
public static Task<GetNgfwsResult> InvokeAsync(GetNgfwsArgs args, InvokeOptions? opts = null)
public static Output<GetNgfwsResult> Invoke(GetNgfwsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNgfwsResult> getNgfws(GetNgfwsArgs args, InvokeOptions options)
public static Output<GetNgfwsResult> getNgfws(GetNgfwsArgs args, InvokeOptions options)
fn::invoke:
function: cloudngfwaws:index/getNgfws:getNgfws
arguments:
# arguments dictionary
The following arguments are supported:
getNgfws Result
The following output properties are available:
Supporting Types
GetNgfwsInstance
- Firewall
Id string - The NGFW ID.
- Region string
- The region the NGFW is in.
- Firewall
Id string - The NGFW ID.
- Region string
- The region the NGFW is in.
- firewall
Id String - The NGFW ID.
- region String
- The region the NGFW is in.
- firewall
Id string - The NGFW ID.
- region string
- The region the NGFW is in.
- firewall_
id str - The NGFW ID.
- region str
- The region the NGFW is in.
- firewall
Id String - The NGFW ID.
- region String
- The region the NGFW is in.
Package Details
- Repository
- cloudngfwaws pulumi/pulumi-cloudngfwaws
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
cloudngfwaws
Terraform Provider.
Palo Alto Networks Cloud NGFW for AWS v1.0.0 published on Wednesday, Oct 8, 2025 by Pulumi