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

@aws-cdk/aws-msk

Package Overview
Dependencies
Maintainers
5
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.19.0 to 1.20.0

69

lib/msk.generated.d.ts

@@ -1,2 +0,2 @@

import cdk = require('@aws-cdk/core');
import * as cdk from '@aws-cdk/core';
/**

@@ -50,2 +50,7 @@ * Properties for defining a `AWS::MSK::Cluster`

/**
* `AWS::MSK::Cluster.OpenMonitoring`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-openmonitoring
*/
readonly openMonitoring?: CfnCluster.OpenMonitoringProperty | cdk.IResolvable;
/**
* `AWS::MSK::Cluster.Tags`

@@ -109,2 +114,7 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags

/**
* `AWS::MSK::Cluster.OpenMonitoring`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-openmonitoring
*/
openMonitoring: CfnCluster.OpenMonitoringProperty | cdk.IResolvable | undefined;
/**
* `AWS::MSK::Cluster.Tags`

@@ -268,2 +278,59 @@ * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-cluster.html#cfn-msk-cluster-tags

* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html
*/
interface JmxExporterProperty {
/**
* `CfnCluster.JmxExporterProperty.EnabledInBroker`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.html#cfn-msk-cluster-jmxexporter-enabledinbroker
*/
readonly enabledInBroker: boolean | cdk.IResolvable;
}
}
export declare namespace CfnCluster {
/**
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html
*/
interface NodeExporterProperty {
/**
* `CfnCluster.NodeExporterProperty.EnabledInBroker`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker
*/
readonly enabledInBroker: boolean | cdk.IResolvable;
}
}
export declare namespace CfnCluster {
/**
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-openmonitoring.html
*/
interface OpenMonitoringProperty {
/**
* `CfnCluster.OpenMonitoringProperty.Prometheus`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-openmonitoring.html#cfn-msk-cluster-openmonitoring-prometheus
*/
readonly prometheus: CfnCluster.PrometheusProperty | cdk.IResolvable;
}
}
export declare namespace CfnCluster {
/**
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-prometheus.html
*/
interface PrometheusProperty {
/**
* `CfnCluster.PrometheusProperty.JmxExporter`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-prometheus.html#cfn-msk-cluster-prometheus-jmxexporter
*/
readonly jmxExporter?: CfnCluster.JmxExporterProperty | cdk.IResolvable;
/**
* `CfnCluster.PrometheusProperty.NodeExporter`
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-prometheus.html#cfn-msk-cluster-prometheus-nodeexporter
*/
readonly nodeExporter?: CfnCluster.NodeExporterProperty | cdk.IResolvable;
}
}
export declare namespace CfnCluster {
/**
* @stability external
* @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-storageinfo.html

@@ -270,0 +337,0 @@ */

22

package.json
{
"name": "@aws-cdk/aws-msk",
"version": "1.19.0",
"version": "1.20.0",
"description": "The CDK Construct Library for AWS::MSK",

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

}
}
},
"collectCoverage": true,
"coverageReporters": [
"lcov",
"html",
"text-summary"
]
},
"license": "Apache-2.0",
"devDependencies": {
"@aws-cdk/assert": "1.19.0",
"cdk-build-tools": "1.19.0",
"cfn2ts": "1.19.0",
"pkglint": "1.19.0"
"@aws-cdk/assert": "1.20.0",
"cdk-build-tools": "1.20.0",
"cfn2ts": "1.20.0",
"pkglint": "1.20.0"
},
"dependencies": {
"@aws-cdk/core": "1.19.0"
"@aws-cdk/core": "1.20.0"
},
"peerDependencies": {
"@aws-cdk/core": "1.19.0"
"@aws-cdk/core": "1.20.0"
},

@@ -90,0 +96,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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