Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-cdk/aws-cloudwatch

Package Overview
Dependencies
Maintainers
5
Versions
288
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-cdk/aws-cloudwatch - npm Package Compare versions

Comparing version 0.25.1 to 0.25.2

86

lib/cloudwatch.generated.d.ts

@@ -72,2 +72,7 @@ import cdk = require('@aws-cdk/cdk');

/**
* ``AWS::CloudWatch::Alarm.Metrics``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarm-metrics
*/
metrics?: Array<CfnAlarm.MetricDataQueryProperty | cdk.Token> | cdk.Token;
/**
* ``AWS::CloudWatch::Alarm.Namespace``

@@ -146,2 +151,83 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html#cfn-cloudwatch-alarms-namespace

}
export declare namespace CfnAlarm {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metric.html
*/
interface MetricProperty {
/**
* ``CfnAlarm.MetricProperty.Dimensions``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metric.html#cfn-cloudwatch-alarm-metric-dimensions
*/
dimensions?: Array<CfnAlarm.DimensionProperty | cdk.Token> | cdk.Token;
/**
* ``CfnAlarm.MetricProperty.MetricName``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metric.html#cfn-cloudwatch-alarm-metric-metricname
*/
metricName?: string;
/**
* ``CfnAlarm.MetricProperty.Namespace``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metric.html#cfn-cloudwatch-alarm-metric-namespace
*/
namespace?: string;
}
}
export declare namespace CfnAlarm {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricdataquery.html
*/
interface MetricDataQueryProperty {
/**
* ``CfnAlarm.MetricDataQueryProperty.Expression``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricdataquery.html#cfn-cloudwatch-alarm-metricdataquery-expression
*/
expression?: string;
/**
* ``CfnAlarm.MetricDataQueryProperty.Id``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricdataquery.html#cfn-cloudwatch-alarm-metricdataquery-id
*/
id: string;
/**
* ``CfnAlarm.MetricDataQueryProperty.Label``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricdataquery.html#cfn-cloudwatch-alarm-metricdataquery-label
*/
label?: string;
/**
* ``CfnAlarm.MetricDataQueryProperty.MetricStat``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricdataquery.html#cfn-cloudwatch-alarm-metricdataquery-metricstat
*/
metricStat?: CfnAlarm.MetricStatProperty | cdk.Token;
/**
* ``CfnAlarm.MetricDataQueryProperty.ReturnData``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricdataquery.html#cfn-cloudwatch-alarm-metricdataquery-returndata
*/
returnData?: boolean | cdk.Token;
}
}
export declare namespace CfnAlarm {
/**
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricstat.html
*/
interface MetricStatProperty {
/**
* ``CfnAlarm.MetricStatProperty.Metric``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricstat.html#cfn-cloudwatch-alarm-metricstat-metric
*/
metric: CfnAlarm.MetricProperty | cdk.Token;
/**
* ``CfnAlarm.MetricStatProperty.Period``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricstat.html#cfn-cloudwatch-alarm-metricstat-period
*/
period: number | cdk.Token;
/**
* ``CfnAlarm.MetricStatProperty.Stat``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricstat.html#cfn-cloudwatch-alarm-metricstat-stat
*/
stat: string;
/**
* ``CfnAlarm.MetricStatProperty.Unit``
* @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudwatch-alarm-metricstat.html#cfn-cloudwatch-alarm-metricstat-unit
*/
unit?: string;
}
}
/**

@@ -148,0 +234,0 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-dashboard.html

20

package.json
{
"name": "@aws-cdk/aws-cloudwatch",
"version": "0.25.1",
"version": "0.25.2",
"description": "CDK Constructs for AWS CloudWatch",

@@ -57,16 +57,16 @@ "main": "lib/index.js",

"devDependencies": {
"@aws-cdk/assert": "^0.25.1",
"cdk-build-tools": "^0.25.1",
"cdk-integ-tools": "^0.25.1",
"cfn2ts": "^0.25.1",
"pkglint": "^0.25.1"
"@aws-cdk/assert": "^0.25.2",
"cdk-build-tools": "^0.25.2",
"cdk-integ-tools": "^0.25.2",
"cfn2ts": "^0.25.2",
"pkglint": "^0.25.2"
},
"dependencies": {
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},
"homepage": "https://github.com/awslabs/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "^0.25.1",
"@aws-cdk/cdk": "^0.25.1"
"@aws-cdk/aws-iam": "^0.25.2",
"@aws-cdk/cdk": "^0.25.2"
},

@@ -73,0 +73,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc