skillfed

cdk-cloudformation-datadog-monitors-monitor

Datadog Monitor 4.11.0

cdk-cloudformation-datadog-monitors-monitor v4.11.0a7 137.0K downloads/30d#11,378 on PyPI66
Permissive license Apache-2.0 Active released

What it is and what it does

This package is an auto-generated AWS CDK L1 construct that wraps the Datadog Monitor CloudFormation resource type (v4.11.0). It allows you to define Datadog monitors as code within your AWS CDK applications, integrating Datadog monitoring directly into your infrastructure-as-code workflows. The construct is generated from the official CloudFormation schema and provides type-safe access to all Monitor configuration options.

To use it, you first activate the CloudFormation resource type in your AWS account (a one-time setup via AWS CLI), then import and instantiate the Monitor construct in your CDK stack. The package depends on aws-cdk-lib, constructs, jsii, publication, and typeguard, and targets Python 3.9+. Because it is auto-generated, updates follow Datadog's Monitor API schema changes, keeping the construct in sync with upstream changes.

Use it for:

  • Define Datadog monitors as part of your AWS infrastructure stack, version-controlling monitor configuration alongside application code.
  • Automate monitor creation and updates across multiple AWS accounts or environments using CDK stack replication.
  • Integrate Datadog monitoring into CI/CD pipelines by deploying monitors alongside application infrastructure.
  • Manage monitor lifecycle (create, update, delete) through CloudFormation stack operations rather than manual Datadog console configuration.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides an AWS CDK L1 construct for defining and managing Datadog Monitor resources through CloudFormation infrastructure-as-code.

Yes, if you use AWS CDK and need to manage Datadog monitors as infrastructure code. The package has low install friction, active maintenance, no known vulnerabilities, and a permissive license. The main prerequisite is CloudFormation type activation, which is a one-time AWS account setup. Install it when your team is already using CDK and wants to codify Datadog monitor configuration alongside other infrastructure.

Install

cdk-cloudformation-datadog-monitors-monitor on PyPI

pip

pip install cdk-cloudformation-datadog-monitors-monitor

uv

uv add cdk-cloudformation-datadog-monitors-monitor

poetry

poetry add cdk-cloudformation-datadog-monitors-monitor

Installing cdk-cloudformation-datadog-monitors-monitor

Before you install

Low install friction with a wheel distribution. Active maintenance with recent commits and a stable release cycle; the package is auto-generated from CloudFormation schema, so updates track upstream Datadog Monitor API changes.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions—suitable for most production environments.

Quickstart

pip install cdk-cloudformation-datadog-monitors-monitor

from aws_cdk import aws_cloudformation as cfn
from cdk_cloudformation_datadog_monitors_monitor import Monitor

monitor = Monitor(self, "MyMonitor", properties={...})

Requires AWS CloudFormation Registry type activation via AWS CLI or console before the construct can deploy; you must provide an execution role ARN during activation.

Verify before relying

  • Whether the construct supports all Datadog Monitor v4.11.0 properties and validation rules
  • Compatibility with specific AWS CDK versions beyond the listed runtime dependency
  • Performance characteristics when managing large numbers of monitors in a single stack

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (~=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 5 — aws-cdk-lib, constructs, jsii, publication, typeguard
Maintenance actively maintained — 73 days since the last release
Last repo commit
First released
Downloads 137,047/month — #11,378 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: cdk_cloudformation_datadog_monitors_monitor-4.11.0a7-py3-none-any.whl

Intended Audience :: DevelopersLicense :: OSI ApprovedOperating System :: OS IndependentProgramming Language :: JavaScriptProgramming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.9Typing :: Typed

Tags

aws cdk datadog monitorcloudformation datadog constructinfrastructure as code monitoringcdk l1 construct datadogaws cloudformation registry datadogdatadog monitor infrastructurecdk datadog integration
aws-cdkinfrastructure-as-codecloudformation

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

aws-cdk.aws-imagebuilder

Provides AWS CDK L1 constructs for defining and…

permissive · top 15,000 on PyPI

datadog-cdk-constructs-v2

Provides AWS CDK constructs to automatically…

permissive · top 15,000 on PyPI

aws-cdk.core

Provides the core construct classes and stack…

permissive · top 15,000 on PyPI

aws-cdk.aws-ecr

Provides AWS CDK constructs for defining,…

permissive · top 15,000 on PyPI

aws-cdk.aws-logs

Provides AWS CDK constructs for creating and…

permissive · top 15,000 on PyPI

cdk-events-notify

An AWS CDK Construct Library that automatically…

permissive · top 15,000 on PyPI

aws-cdk.aws-sam

Provides AWS CDK v1 constructs for defining…

permissive · top 15,000 on PyPI

aws-cdk.aws-cloudformation

Defines AWS CloudFormation resources…

permissive · top 15,000 on PyPI

aws-cdk.aws-certificatemanager

Provides AWS CDK Constructs for provisioning…

permissive · top 15,000 on PyPI

aws-cdk.aws-kinesis

Defines AWS Kinesis data streams as…

permissive · top 15,000 on PyPI