UNPKG

@pulumi/cloudngfwaws

Version:

A Pulumi package for creating and managing Cloud NGFW for AWS resources.

55 lines (34 loc) 1.42 kB
# Palo Alto Networks Cloud NGFW for AWS Resource Provider The Palo Alto Networks Cloud NGFW for AWS Resource Provider lets you manage Palo Alto Networks Cloud NGFW for AWS resources. ## Installation This package is available for several languages/platforms: - JavaScript/TypeScript: [`@pulumi/cloudngfwaws`](https://www.npmjs.com/package/@pulumi/cloudngfwaws) - Python: [`pulumi-cloudngfwaws`](https://pypi.org/project/pulumi-cloudngfwaws/) - Go: [`github.com/pulumi/pulumi-cloudngfwaws/sdk/go/cloudngfwaws`](https://pkg.go.dev/github.com/pulumi/pulumi-cloudngfwaws/sdk/go/cloudngfwaws) - .NET: [`Pulumi.CloudNgfwAws`](https://www.nuget.org/packages/Pulumi.CloudNgfwAws) ### Node.js (JavaScript/TypeScript) To use from JavaScript or TypeScript in Node.js, install using either `npm`: ```bash npm install @pulumi/cloudngfwaws ``` or `yarn`: ```bash yarn add @pulumi/cloudngfwaws ``` ### Python To use from Python, install using `pip`: ```bash pip install pulumi-cloudngfwaws ``` ### Go To use from Go, use `go get` to grab the latest version of the library: ```bash go get github.com/pulumi/pulumi-cloudngfwaws/sdk/go/cloudngfwaws ``` ### .NET To use from .NET, install using `dotnet add package`: ```bash dotnet add package Pulumi.CloudNgfwAws ``` ## Reference For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/meraki/api-docs/).