pulumi-pagerduty


Namepulumi-pagerduty JSON
Version 4.13.2 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing pagerduty cloud resources.
upload_time2024-06-27 19:11:14
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords pulumi pagerduty
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-pagerduty/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-pagerduty/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fpagerduty.svg)](https://www.npmjs.com/package/@pulumi/pagerduty)
[![Python version](https://badge.fury.io/py/pulumi-pagerduty.svg)](https://pypi.org/project/pulumi-pagerduty)
[![NuGet version](https://badge.fury.io/nu/pulumi.pagerduty.svg)](https://badge.fury.io/nu/pulumi.pagerduty)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-pagerduty/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-pagerduty/sdk/v2/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-pagerduty/blob/master/LICENSE)

# PagerDuty Resource Provider

The PagerDuty Resource Provider lets you manage PagerDuty resources.

## Installing

This package is available in many languages in the standard packaging formats.

### Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either `npm`:

    $ npm install @pulumi/pagerduty

or `yarn`:

    $ yarn add @pulumi/pagerduty

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_pagerduty

### Go

To use from Go, use `go get` to grab the latest version of the library

    $ go get github.com/pulumi/pulumi-pagerduty/sdk/v4

### .NET

To use from .NET, install using `dotnet add package`:

    $ dotnet add package Pulumi.Pagerduty

## Configuration

The following configuration points are available:

- `pagerduty:token` - (Required) The v2 authorization token. It can also be sourced from the `PAGERDUTY_TOKEN` 
  environment variable. See [API Documentation](https://v2.developer.pagerduty.com/docs/authentication) for more information.
- `pageduty:skipCredentialsValidation` - (Optional) Skip validation of the token against the PagerDuty API.

## Reference

For further information, please visit [the PagerDuty provider docs](https://www.pulumi.com/docs/intro/cloud-providers/pagerduty)
or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/pagerduty).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-pagerduty",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pulumi, pagerduty",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3f/cd/dc7468ea6b5e2ae8d55089d7e131960893a17d0f17bbe3d261a565e2c4dc/pulumi_pagerduty-4.13.2.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-pagerduty/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-pagerduty/actions)\n[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)\n[![NPM version](https://badge.fury.io/js/%40pulumi%2Fpagerduty.svg)](https://www.npmjs.com/package/@pulumi/pagerduty)\n[![Python version](https://badge.fury.io/py/pulumi-pagerduty.svg)](https://pypi.org/project/pulumi-pagerduty)\n[![NuGet version](https://badge.fury.io/nu/pulumi.pagerduty.svg)](https://badge.fury.io/nu/pulumi.pagerduty)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-pagerduty/sdk/v2/go)](https://pkg.go.dev/github.com/pulumi/pulumi-pagerduty/sdk/v2/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-pagerduty/blob/master/LICENSE)\n\n# PagerDuty Resource Provider\n\nThe PagerDuty Resource Provider lets you manage PagerDuty resources.\n\n## Installing\n\nThis package is available in many languages in the standard packaging formats.\n\n### Node.js (Java/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n    $ npm install @pulumi/pagerduty\n\nor `yarn`:\n\n    $ yarn add @pulumi/pagerduty\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_pagerduty\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library\n\n    $ go get github.com/pulumi/pulumi-pagerduty/sdk/v4\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Pagerduty\n\n## Configuration\n\nThe following configuration points are available:\n\n- `pagerduty:token` - (Required) The v2 authorization token. It can also be sourced from the `PAGERDUTY_TOKEN` \n  environment variable. See [API Documentation](https://v2.developer.pagerduty.com/docs/authentication) for more information.\n- `pageduty:skipCredentialsValidation` - (Optional) Skip validation of the token against the PagerDuty API.\n\n## Reference\n\nFor further information, please visit [the PagerDuty provider docs](https://www.pulumi.com/docs/intro/cloud-providers/pagerduty)\nor for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/pagerduty).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing pagerduty cloud resources.",
    "version": "4.13.2",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-pagerduty"
    },
    "split_keywords": [
        "pulumi",
        " pagerduty"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c13c2ba3933dd2246fa3da4625c51c6a0f935078c4b9e7f0b4e5eb6d98ca889",
                "md5": "89cb24425c8ea198790767ea3cd82509",
                "sha256": "255633dd64bb7099de083ddbe06855b473decc38d257c08e9c608e2c0aecf941"
            },
            "downloads": -1,
            "filename": "pulumi_pagerduty-4.13.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "89cb24425c8ea198790767ea3cd82509",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 246653,
            "upload_time": "2024-06-27T19:11:12",
            "upload_time_iso_8601": "2024-06-27T19:11:12.208363Z",
            "url": "https://files.pythonhosted.org/packages/4c/13/c2ba3933dd2246fa3da4625c51c6a0f935078c4b9e7f0b4e5eb6d98ca889/pulumi_pagerduty-4.13.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3fcddc7468ea6b5e2ae8d55089d7e131960893a17d0f17bbe3d261a565e2c4dc",
                "md5": "2a9bee715ffaf80cf15130ec31f01886",
                "sha256": "1cdec510ceb7b1f8a032a1541ecb647fa7c0f47eba048c385c488a4438755cc2"
            },
            "downloads": -1,
            "filename": "pulumi_pagerduty-4.13.2.tar.gz",
            "has_sig": false,
            "md5_digest": "2a9bee715ffaf80cf15130ec31f01886",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 156350,
            "upload_time": "2024-06-27T19:11:14",
            "upload_time_iso_8601": "2024-06-27T19:11:14.515695Z",
            "url": "https://files.pythonhosted.org/packages/3f/cd/dc7468ea6b5e2ae8d55089d7e131960893a17d0f17bbe3d261a565e2c4dc/pulumi_pagerduty-4.13.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-27 19:11:14",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-pagerduty",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-pagerduty"
}
        
Elapsed time: 0.34903s