1.6.0 • Published 2 years ago

@cfn-modules/cloudwatch-dashboard v1.6.0

Weekly downloads
34
License
Apache-2.0
Repository
github
Last release
2 years ago

cfn-modules: CloudWatch Dashboard

CloudWatch dashboard for ALB, Fargate Service, and RDS Aurora Serverless

Install

Install Node.js and npm first!

npm i @cfn-modules/cloudwatch-dashboard

Usage

---
AWSTemplateFormatVersion: '2010-09-09'
Description: 'cfn-modules example'
Resources:
  Dashboard:
    Type: 'AWS::CloudFormation::Stack'
    Properties:
      Parameters:
        DashboardName: 'My Dashboard'
        AlbModule: !GetAtt 'Alb.Outputs.StackName' # optional
        FargateServiceModule: !GetAtt 'FargateService.Outputs.StackName'
        RdsAuroraServerlessModule: !GetAtt 'RdsAuroraServerless.Outputs.StackName'
      TemplateURL: './node_modules/@cfn-modules/cloudwatch-dashboard/module.yml'

Parameters

1.6.0

2 years ago

1.5.0

3 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.1.0

5 years ago