--- id: pulumi-datadog version: "5.10.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # pulumi-datadog — A Pulumi package for creating and managing Datadog resources. License: permissive · Maintenance: active · Downloads: 873.0K/mo ## What it is and what it does pulumi-datadog is a Pulumi resource provider that lets you define Datadog infrastructure as Python code within a Pulumi program. Instead of clicking through the Datadog UI or writing API calls by hand, you declare resources declaratively and let Pulumi handle creation, updates, and deletion. It integrates with Pulumi's state management and stack-based workflows, so your Datadog configuration lives alongside your cloud infrastructure. The package requires the Pulumi CLI and valid Datadog credentials (API key and app key). It has four runtime dependencies: pulumi, parver, semver, and typing-extensions. It supports Python versions 3.9 and later, is actively maintained with recent commits, and carries no known vulnerabilities. Use it for: - Define Datadog monitors and alert policies as code, versioning them in Git alongside your infrastructure. - Automate creation of dashboards and synthetic tests across multiple environments using Pulumi stacks. - Manage Datadog resources in a multi-cloud setup where other infrastructure is already declared in Pulumi. - Integrate Datadog configuration into CI/CD pipelines for repeatable, auditable deployments. - Programmatically provision monitoring resources as part of infrastructure provisioning workflows. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Pulumi provider for declaring and managing Datadog resources as infrastructure-as-code within Pulumi programs. Yes. Low install friction, active maintenance, no known vulnerabilities, and permissive licensing make it a safe choice. Install it if you are already using Pulumi and want to manage Datadog resources as code; skip it if you use a different IaC tool or prefer the Datadog UI for configuration. ## Install pip install pulumi-datadog uv add pulumi-datadog poetry add pulumi-datadog ## Installing pulumi-datadog Before you install: Low install friction; pure Python wheel with four lightweight runtime dependencies (parver, pulumi, semver, typing-extensions). Active maintenance—last commit 2026-08-14, released 2026-07-30. License in practice: Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most production and proprietary projects. Quickstart: pip install pulumi_datadog import pulumi_datadog as datadog monitor = datadog.Monitor("example", type="metric alert", query="avg:system.cpu{*} > 0.9") Requires Pulumi CLI installed first and valid Datadog API key and app key (via DATADOG_API_KEY and DATADOG_APP_KEY environment variables or configuration). Verify before relying: - Scope and completeness of Datadog resource types supported in version 5.10.0 relative to the full Datadog API surface. - Whether the package supports Datadog's regional API endpoints beyond the default. - Specific resource types and operations available in this provider version. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 873.0K/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags pulumi datadog provider, infrastructure as code datadog, datadog resource management, pulumi monitoring integration, datadog iac automation, pulumi cloud provider datadog, declare datadog resources programmatically, infrastructure-as-code, pulumi-provider [View on SkillFed](https://skillfed.io/packages/pulumi-datadog) · [View on PyPI](https://pypi.org/project/pulumi-datadog/)