cdktf-cdktf-provider-pagerduty


Namecdktf-cdktf-provider-pagerduty JSON
Version 13.6.1 PyPI version JSON
download
home_pagehttps://github.com/cdktf/cdktf-provider-pagerduty.git
SummaryPrebuilt pagerduty Provider for Terraform CDK (cdktf)
upload_time2024-03-27 03:14:46
maintainerNone
docs_urlNone
authorHashiCorp
requires_python~=3.8
licenseMPL-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.10.1

This repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.10.1/docs) bindings for [CDK for Terraform](https://cdk.tf).

## Available Packages

### NPM

The npm package is available at [https://www.npmjs.com/package/@cdktf/provider-pagerduty](https://www.npmjs.com/package/@cdktf/provider-pagerduty).

`npm install @cdktf/provider-pagerduty`

### PyPI

The PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-pagerduty](https://pypi.org/project/cdktf-cdktf-provider-pagerduty).

`pipenv install cdktf-cdktf-provider-pagerduty`

### Nuget

The Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Pagerduty](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Pagerduty).

`dotnet add package HashiCorp.Cdktf.Providers.Pagerduty`

### Maven

The Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-pagerduty](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-pagerduty).

```
<dependency>
    <groupId>com.hashicorp</groupId>
    <artifactId>cdktf-provider-pagerduty</artifactId>
    <version>[REPLACE WITH DESIRED VERSION]</version>
</dependency>
```

### Go

The go package is generated into the [`github.com/cdktf/cdktf-provider-pagerduty-go`](https://github.com/cdktf/cdktf-provider-pagerduty-go) package.

`go get github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/<version>`

Where `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found
within the [go.mod](https://github.com/cdktf/cdktf-provider-pagerduty-go/blob/main/pagerduty/go.mod#L1) file.

## Docs

Find auto-generated docs for this provider here:

* [Typescript](./docs/API.typescript.md)
* [Python](./docs/API.python.md)
* [Java](./docs/API.java.md)
* [C#](./docs/API.csharp.md)
* [Go](./docs/API.go.md)

You can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-pagerduty).

## Versioning

This project is explicitly not tracking the Terraform pagerduty provider version 1:1. In fact, it always tracks `latest` of `~> 3.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).

These are the upstream dependencies:

* [CDK for Terraform](https://cdk.tf)
* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.10.1)
* [Terraform Engine](https://terraform.io)

If there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.

## Features / Issues / Bugs

Please report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:

* [Create bug report](https://cdk.tf/bug)
* [Create feature request](https://cdk.tf/feature)

## Contributing

### Projen

This is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository.

### cdktf-provider-project based on Projen

There's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.

### Provider Version

The provider version can be adjusted in [./.projenrc.js](./.projenrc.js).

### Repository Management

The repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cdktf/cdktf-provider-pagerduty.git",
    "name": "cdktf-cdktf-provider-pagerduty",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "HashiCorp",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1b/9b/aadc15109be4c60b3e8f41fb9e237256f8f11275d8bcdc71867d80919651/cdktf-cdktf-provider-pagerduty-13.6.1.tar.gz",
    "platform": null,
    "description": "# CDKTF prebuilt bindings for PagerDuty/pagerduty provider version 3.10.1\n\nThis repo builds and publishes the [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.10.1/docs) bindings for [CDK for Terraform](https://cdk.tf).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktf/provider-pagerduty](https://www.npmjs.com/package/@cdktf/provider-pagerduty).\n\n`npm install @cdktf/provider-pagerduty`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktf-cdktf-provider-pagerduty](https://pypi.org/project/cdktf-cdktf-provider-pagerduty).\n\n`pipenv install cdktf-cdktf-provider-pagerduty`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Pagerduty](https://www.nuget.org/packages/HashiCorp.Cdktf.Providers.Pagerduty).\n\n`dotnet add package HashiCorp.Cdktf.Providers.Pagerduty`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-pagerduty](https://mvnrepository.com/artifact/com.hashicorp/cdktf-provider-pagerduty).\n\n```\n<dependency>\n    <groupId>com.hashicorp</groupId>\n    <artifactId>cdktf-provider-pagerduty</artifactId>\n    <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktf/cdktf-provider-pagerduty-go`](https://github.com/cdktf/cdktf-provider-pagerduty-go) package.\n\n`go get github.com/cdktf/cdktf-provider-pagerduty-go/pagerduty/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktf/cdktf-provider-pagerduty-go/blob/main/pagerduty/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n* [Typescript](./docs/API.typescript.md)\n* [Python](./docs/API.python.md)\n* [Java](./docs/API.java.md)\n* [C#](./docs/API.csharp.md)\n* [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktf/provider-pagerduty).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform pagerduty provider version 1:1. In fact, it always tracks `latest` of `~> 3.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdk.tf/imports).\n\nThese are the upstream dependencies:\n\n* [CDK for Terraform](https://cdk.tf)\n* [Terraform pagerduty provider](https://registry.terraform.io/providers/PagerDuty/pagerduty/3.10.1)\n* [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK for Terraform](https://cdk.tf) project:\n\n* [Create bug report](https://cdk.tf/bug)\n* [Create feature request](https://cdk.tf/feature)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://github.com/projen/projen), which takes care of generating the entire repository.\n\n### cdktf-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktf/cdktf-provider-project) which encapsulate the common settings for all `cdktf` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTF Repository Manager](https://github.com/cdktf/cdktf-repository-manager/).\n",
    "bugtrack_url": null,
    "license": "MPL-2.0",
    "summary": "Prebuilt pagerduty Provider for Terraform CDK (cdktf)",
    "version": "13.6.1",
    "project_urls": {
        "Homepage": "https://github.com/cdktf/cdktf-provider-pagerduty.git",
        "Source": "https://github.com/cdktf/cdktf-provider-pagerduty.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b7dec1b1df8c3923ed8d704f7bbaa4ae1c7617685eecc3540161a0d1e02055c",
                "md5": "d8f0bf9c1ccc9ce2cf459ffa79ba3b7b",
                "sha256": "5ee4c31b9b7b8d1e17cae083d18e4b5832169d12a49cb8f3f68bdd54a91df55d"
            },
            "downloads": -1,
            "filename": "cdktf_cdktf_provider_pagerduty-13.6.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8f0bf9c1ccc9ce2cf459ffa79ba3b7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 1317527,
            "upload_time": "2024-03-27T03:14:38",
            "upload_time_iso_8601": "2024-03-27T03:14:38.736640Z",
            "url": "https://files.pythonhosted.org/packages/8b/7d/ec1b1df8c3923ed8d704f7bbaa4ae1c7617685eecc3540161a0d1e02055c/cdktf_cdktf_provider_pagerduty-13.6.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b9baadc15109be4c60b3e8f41fb9e237256f8f11275d8bcdc71867d80919651",
                "md5": "bbabff984dcc455fd8ad8cf44141993c",
                "sha256": "09263fd1cf9fce3691f75e7cd36aa2c0f9f6ae1afc533ad26311e83f93908356"
            },
            "downloads": -1,
            "filename": "cdktf-cdktf-provider-pagerduty-13.6.1.tar.gz",
            "has_sig": false,
            "md5_digest": "bbabff984dcc455fd8ad8cf44141993c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 1212749,
            "upload_time": "2024-03-27T03:14:46",
            "upload_time_iso_8601": "2024-03-27T03:14:46.206463Z",
            "url": "https://files.pythonhosted.org/packages/1b/9b/aadc15109be4c60b3e8f41fb9e237256f8f11275d8bcdc71867d80919651/cdktf-cdktf-provider-pagerduty-13.6.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 03:14:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cdktf",
    "github_project": "cdktf-provider-pagerduty",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cdktf-cdktf-provider-pagerduty"
}
        
Elapsed time: 0.26915s