Skip to main content

cdk-datadog-integration

Project description

AWS Cloud Development Kit (CDK) Datadog Integration

This construct makes it easy to integrate your AWS account with Datadog. It creates nested stacks based on the official Datadog Cloudformation templates using Amazon Cloud Development Kit (CDK).

Basic Usage

  1. Install the package
npm i --save cdk-datadog-integration
  1. Import the stack and pass the required parameters.
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
import aws_cdk.core as cdk
import aws_cdk.aws_secretsmanager as secrets
from cdk_datadog_integration import DatadogIntegrationStack

app = cdk.App()
DatadogIntegrationStack(app, "DatadogIntegration",
    # Generate an ID here: https://app.datadoghq.com/account/settings#integrations/amazon-web-services
    external_id="",

    # Create or lookup a `Secret` that contains your Datadog API Key
    # Get your API key here: https://app.datadoghq.com/account/settings#api
    api_key=secrets.Secret.from_secret_arn(app, "DatadogApiKey", "arn:aws:secretsmanager:<your region>:<your account>:secret:<your secret name>")
)

Configuration

Use DatadogIntegrationConfig to set additional configuration parameters. Check out docs for more details on what's available.

Contributing

PRs are welcome!

Releasing

To release, use npm version and push the tag.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdk-datadog-integration-1.0.1.tar.gz (42.1 kB view details)

Uploaded Source

Built Distribution

cdk_datadog_integration-1.0.1-py3-none-any.whl (41.0 kB view details)

Uploaded Python 3

File details

Details for the file cdk-datadog-integration-1.0.1.tar.gz.

File metadata

  • Download URL: cdk-datadog-integration-1.0.1.tar.gz
  • Upload date:
  • Size: 42.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for cdk-datadog-integration-1.0.1.tar.gz
Algorithm Hash digest
SHA256 4ca05b340cb6cfb229706dab4db254ae82b830913cb56ad08ce4927aad51b915
MD5 cf921f1ff0e1e0a707a619c69326cc1d
BLAKE2b-256 e42b324ec3a246fe6790e587cba0a5bcf86ba14a5980a26fc6ef14bd0e8f8f9a

See more details on using hashes here.

File details

Details for the file cdk_datadog_integration-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: cdk_datadog_integration-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 41.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5

File hashes

Hashes for cdk_datadog_integration-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 57fa0a5b91d61a0c8131f707cf563ec95cfe50ac1b38becf8d9f9db31584e083
MD5 2f28ff7966c0befe19db8acec0a1060c
BLAKE2b-256 00f4ea0cd4a580e7207143e011a641f83e6c64f339c61903b96a42f4ff99800f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page