pulumi-datadog


Namepulumi-datadog JSON
Version 4.46.0 PyPI version JSON
download
home_pageNone
SummaryA Pulumi package for creating and managing Datadog resources.
upload_time2025-03-01 03:57:24
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseApache-2.0
keywords pulumi datadog
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Actions Status](https://github.com/pulumi/pulumi-datadog/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-datadog/actions)
[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
[![NPM version](https://badge.fury.io/js/%40pulumi%2Fdatadog.svg)](https://www.npmjs.com/package/@pulumi/datadog)
[![Python version](https://badge.fury.io/py/pulumi-datadog.svg)](https://pypi.org/project/pulumi-datadog)
[![NuGet version](https://badge.fury.io/nu/pulumi.datadog.svg)](https://badge.fury.io/nu/pulumi.datadog)
[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-datadog/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-datadog/sdk/v4/go)
[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-datadog/blob/master/LICENSE)

# Datadog Provider

The Datadog resource provider for Pulumi lets you configure Datadog resources in your cloud programs.  To use
this package, please [install the Pulumi CLI first](https://pulumi.io/).

## 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/datadog

or `yarn`:

    $ yarn add @pulumi/datadog

### Python

To use from Python, install using `pip`:

    $ pip install pulumi_datadog

### Go

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

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

### .NET

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

    $ dotnet add package Pulumi.Datadog

## Configuration

The following configuration points are available:

* apiKey (Required) - Datadog API key. This can also be set via the `DATADOG_API_KEY` environment variable.
* appKey (Required) - Datadog APP key. This can also be set via the `DATADOG_APP_KEY` environment variable.
* apiUrl (Optional) - The API Url. This can be also be set via the DATADOG_HOST environment variable.
  Note that this URL must not end with the `/api/` path. For example, `https://api.datadoghq.com/` is a correct value, 
  while `https://api.datadoghq.com/api/` is not.


## Reference


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

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pulumi-datadog",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "pulumi, datadog",
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ea/a5/8589b33b4ec952447f0e876ec1bdf621f8f50763a4ba68e4eb54df878147/pulumi_datadog-4.46.0.tar.gz",
    "platform": null,
    "description": "[![Actions Status](https://github.com/pulumi/pulumi-datadog/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-datadog/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%2Fdatadog.svg)](https://www.npmjs.com/package/@pulumi/datadog)\n[![Python version](https://badge.fury.io/py/pulumi-datadog.svg)](https://pypi.org/project/pulumi-datadog)\n[![NuGet version](https://badge.fury.io/nu/pulumi.datadog.svg)](https://badge.fury.io/nu/pulumi.datadog)\n[![PkgGoDev](https://pkg.go.dev/badge/github.com/pulumi/pulumi-datadog/sdk/v4/go)](https://pkg.go.dev/github.com/pulumi/pulumi-datadog/sdk/v4/go)\n[![License](https://img.shields.io/npm/l/%40pulumi%2Fpulumi.svg)](https://github.com/pulumi/pulumi-datadog/blob/master/LICENSE)\n\n# Datadog Provider\n\nThe Datadog resource provider for Pulumi lets you configure Datadog resources in your cloud programs.  To use\nthis package, please [install the Pulumi CLI first](https://pulumi.io/).\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/datadog\n\nor `yarn`:\n\n    $ yarn add @pulumi/datadog\n\n### Python\n\nTo use from Python, install using `pip`:\n\n    $ pip install pulumi_datadog\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-datadog/sdk/v4\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n    $ dotnet add package Pulumi.Datadog\n\n## Configuration\n\nThe following configuration points are available:\n\n* apiKey (Required) - Datadog API key. This can also be set via the `DATADOG_API_KEY` environment variable.\n* appKey (Required) - Datadog APP key. This can also be set via the `DATADOG_APP_KEY` environment variable.\n* apiUrl (Optional) - The API Url. This can be also be set via the DATADOG_HOST environment variable.\n  Note that this URL must not end with the `/api/` path. For example, `https://api.datadoghq.com/` is a correct value, \n  while `https://api.datadoghq.com/api/` is not.\n\n\n## Reference\n\n\nFor further information, please visit [the Datadog provider docs](https://www.pulumi.com/docs/intro/cloud-providers/datadog) or for detailed reference documentation, please visit [the API docs](https://www.pulumi.com/docs/reference/pkg/datadog).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Datadog resources.",
    "version": "4.46.0",
    "project_urls": {
        "Homepage": "https://pulumi.io",
        "Repository": "https://github.com/pulumi/pulumi-datadog"
    },
    "split_keywords": [
        "pulumi",
        " datadog"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c203d9643974376669ac03d4ff3f15ab1db949327326f061941ddbfbe61383e0",
                "md5": "8afc2d44d8f78c8fa1892aa528288bea",
                "sha256": "66904b0bdd5daf038b34ce86317e018e61e7752d6d32f70b26a1cda3ceb635b7"
            },
            "downloads": -1,
            "filename": "pulumi_datadog-4.46.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8afc2d44d8f78c8fa1892aa528288bea",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 1066589,
            "upload_time": "2025-03-01T03:57:21",
            "upload_time_iso_8601": "2025-03-01T03:57:21.517009Z",
            "url": "https://files.pythonhosted.org/packages/c2/03/d9643974376669ac03d4ff3f15ab1db949327326f061941ddbfbe61383e0/pulumi_datadog-4.46.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eaa58589b33b4ec952447f0e876ec1bdf621f8f50763a4ba68e4eb54df878147",
                "md5": "c961de3e639f62c9358351391f7c7afc",
                "sha256": "9b9087892c2fb0dd620f8a92eb43d0a441c89d5890bcde5059e28d3bde09ddd8"
            },
            "downloads": -1,
            "filename": "pulumi_datadog-4.46.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c961de3e639f62c9358351391f7c7afc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 899388,
            "upload_time": "2025-03-01T03:57:24",
            "upload_time_iso_8601": "2025-03-01T03:57:24.062847Z",
            "url": "https://files.pythonhosted.org/packages/ea/a5/8589b33b4ec952447f0e876ec1bdf621f8f50763a4ba68e4eb54df878147/pulumi_datadog-4.46.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-01 03:57:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumi",
    "github_project": "pulumi-datadog",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumi-datadog"
}
        
Elapsed time: 0.40686s