1. Packages
  2. Palo Alto Networks Cloud NGFW for AWS Provider
  3. API Docs
  4. getNgfws
Palo Alto Networks Cloud NGFW for AWS v1.0.0 published on Wednesday, Oct 8, 2025 by Pulumi

cloudngfwaws.getNgfws

Deploy with Pulumi
cloudngfwaws logo
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:

    Region string
    The region to filter on.
    Rulestack string
    The rulestack to filter on.
    VpcIds List<string>
    List of vpc ids to filter on.
    Region string
    The region to filter on.
    Rulestack string
    The rulestack to filter on.
    VpcIds []string
    List of vpc ids to filter on.
    region String
    The region to filter on.
    rulestack String
    The rulestack to filter on.
    vpcIds List<String>
    List of vpc ids to filter on.
    region string
    The region to filter on.
    rulestack string
    The rulestack to filter on.
    vpcIds string[]
    List of vpc ids to filter on.
    region str
    The region to filter on.
    rulestack str
    The rulestack to filter on.
    vpc_ids Sequence[str]
    List of vpc ids to filter on.
    region String
    The region to filter on.
    rulestack String
    The rulestack to filter on.
    vpcIds List<String>
    List of vpc ids to filter on.

    getNgfws Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Instances List<Pulumi.CloudNgfwAws.Outputs.GetNgfwsInstance>
    List of NGFWs.
    Region string
    The region to filter on.
    Rulestack string
    The rulestack to filter on.
    VpcIds List<string>
    List of vpc ids to filter on.
    Id string
    The provider-assigned unique ID for this managed resource.
    Instances []GetNgfwsInstance
    List of NGFWs.
    Region string
    The region to filter on.
    Rulestack string
    The rulestack to filter on.
    VpcIds []string
    List of vpc ids to filter on.
    id String
    The provider-assigned unique ID for this managed resource.
    instances List<GetNgfwsInstance>
    List of NGFWs.
    region String
    The region to filter on.
    rulestack String
    The rulestack to filter on.
    vpcIds List<String>
    List of vpc ids to filter on.
    id string
    The provider-assigned unique ID for this managed resource.
    instances GetNgfwsInstance[]
    List of NGFWs.
    region string
    The region to filter on.
    rulestack string
    The rulestack to filter on.
    vpcIds string[]
    List of vpc ids to filter on.
    id str
    The provider-assigned unique ID for this managed resource.
    instances Sequence[GetNgfwsInstance]
    List of NGFWs.
    region str
    The region to filter on.
    rulestack str
    The rulestack to filter on.
    vpc_ids Sequence[str]
    List of vpc ids to filter on.
    id String
    The provider-assigned unique ID for this managed resource.
    instances List<Property Map>
    List of NGFWs.
    region String
    The region to filter on.
    rulestack String
    The rulestack to filter on.
    vpcIds List<String>
    List of vpc ids to filter on.

    Supporting Types

    GetNgfwsInstance

    FirewallId string
    The NGFW ID.
    Region string
    The region the NGFW is in.
    FirewallId string
    The NGFW ID.
    Region string
    The region the NGFW is in.
    firewallId String
    The NGFW ID.
    region String
    The region the NGFW is in.
    firewallId 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.
    firewallId 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.
    cloudngfwaws logo
    Palo Alto Networks Cloud NGFW for AWS v1.0.0 published on Wednesday, Oct 8, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate