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 1.18.0 to 1.19.0

89

lib/cloudwatch.generated.d.ts

@@ -252,3 +252,3 @@ import cdk = require('@aws-cdk/core');

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -450,3 +450,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -570,3 +570,3 @@ };

inspect(inspector: cdk.TreeInspector): void;
protected readonly cfnProperties: {
protected get cfnProperties(): {
[key: string]: any;

@@ -580,1 +580,84 @@ };

}
/**
* Properties for defining a `AWS::CloudWatch::InsightRule`
*
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html
*/
export interface CfnInsightRuleProps {
/**
* `AWS::CloudWatch::InsightRule.RuleBody`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody
*/
readonly ruleBody: string;
/**
* `AWS::CloudWatch::InsightRule.RuleName`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename
*/
readonly ruleName: string;
/**
* `AWS::CloudWatch::InsightRule.RuleState`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate
*/
readonly ruleState: string;
}
/**
* A CloudFormation `AWS::CloudWatch::InsightRule`
*
* @cloudformationResource AWS::CloudWatch::InsightRule
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html
*/
export declare class CfnInsightRule extends cdk.CfnResource implements cdk.IInspectable {
/**
* The CloudFormation resource type name for this resource class.
*/
static readonly CFN_RESOURCE_TYPE_NAME = "AWS::CloudWatch::InsightRule";
/**
* @cloudformationAttribute Arn
*/
readonly attrArn: string;
/**
* @cloudformationAttribute RuleName
*/
readonly attrRuleName: string;
/**
* `AWS::CloudWatch::InsightRule.RuleBody`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulebody
*/
ruleBody: string;
/**
* `AWS::CloudWatch::InsightRule.RuleName`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulename
*/
ruleName: string;
/**
* `AWS::CloudWatch::InsightRule.RuleState`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-rulestate
*/
ruleState: string;
/**
* Create a new `AWS::CloudWatch::InsightRule`.
*
* @param scope - scope in which this resource is defined
* @param id - scoped id of the resource
* @param props - resource properties
*/
constructor(scope: cdk.Construct, id: string, props: CfnInsightRuleProps);
/**
* Examines the CloudFormation resource and discloses attributes.
*
* @param inspector - tree inspector to collect and process attributes
*
* @stability experimental
*/
inspect(inspector: cdk.TreeInspector): void;
protected get cfnProperties(): {
[key: string]: any;
};
protected renderProperties(props: {
[key: string]: any;
}): {
[key: string]: any;
};
}

20

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

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

"devDependencies": {
"@aws-cdk/assert": "1.18.0",
"cdk-build-tools": "1.18.0",
"cdk-integ-tools": "1.18.0",
"cfn2ts": "1.18.0",
"pkglint": "1.18.0"
"@aws-cdk/assert": "1.19.0",
"cdk-build-tools": "1.19.0",
"cdk-integ-tools": "1.19.0",
"cfn2ts": "1.19.0",
"pkglint": "1.19.0"
},
"dependencies": {
"@aws-cdk/aws-iam": "1.18.0",
"@aws-cdk/core": "1.18.0"
"@aws-cdk/aws-iam": "1.19.0",
"@aws-cdk/core": "1.19.0"
},
"homepage": "https://github.com/aws/aws-cdk",
"peerDependencies": {
"@aws-cdk/aws-iam": "1.18.0",
"@aws-cdk/core": "1.18.0"
"@aws-cdk/aws-iam": "1.19.0",
"@aws-cdk/core": "1.19.0"
},

@@ -81,0 +81,0 @@ "awslint": {

@@ -11,3 +11,2 @@ {

"EvaluationPeriods": 3,
"Threshold": 100,
"DatapointsToAlarm": 2,

@@ -28,3 +27,4 @@ "Dimensions": [

"Period": 300,
"Statistic": "Average"
"Statistic": "Average",
"Threshold": 100
}

@@ -31,0 +31,0 @@ },

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