Skip to main content

halloumi-cloudwatch-dashboard

Project description

Halloumi Cloudwatch Dashboard

Create a dashboard in the AWS Cloudwatch using the best practices from Halloumi.

Install

From pip:

pip install halloumi-cloudwatch-dashboard

From npm:

npm install halloumi-cloudwatch-dashboard

API Documentation

Check API Documentation

Usage

Python

from aws_cdk import core
from halloumi-cloudwatch-dashboard import Dashboard

app = core.App()

stack = core.Stack(app, 'MainStack')
...

Dashboard(
    stack,
    'Dashboard',
    dashboardName='MyDashboard'
)

Typescript

import * as cdk from '@aws-cdk/core';
import { Dashboard } from '@halloumi-cloudwatch-dashboard';

export class CdkWorkshopStack extends cdk.Stack {
  constructor(scope: cdk.App, id: string, props?: cdk.StackProps) {
    super(scope, id, props);

    Dashboard(this, 'Dashboard', dashboardName='MyDashboard');
  }
}

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

halloumi-cloudwatch-dashboard-2.0.0.tar.gz (157.2 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file halloumi-cloudwatch-dashboard-2.0.0.tar.gz.

File metadata

File hashes

Hashes for halloumi-cloudwatch-dashboard-2.0.0.tar.gz
Algorithm Hash digest
SHA256 9ea7ea82f2661e070023e896c6ec6e20fa365b069cac0b0b6ab38b3fa65f0c83
MD5 7c4489ffcbf9e666cfef59f79bfa69d6
BLAKE2b-256 d111a1979e502503155cc26310661f73eabeef3347203eb939501e9fee6510e8

See more details on using hashes here.

File details

Details for the file halloumi_cloudwatch_dashboard-2.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for halloumi_cloudwatch_dashboard-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 60f2c49da5e035fb76c92728dfe904c2d41022a0aac45e1a241e1c7c43a0b379
MD5 9ffa2dfe3e67f9faa9b370ee714899fd
BLAKE2b-256 0a0b15ca071eb2ed9ee4aa2cdacc9b5edf0ef4a396fcfb06b87ea72145466ee1

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