aws-cdk-lib.aws_msk.CfnCluster.JmxExporterProperty

interface JmxExporterProperty

LanguageType name
.NETAmazon.CDK.AWS.MSK.CfnCluster.JmxExporterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_JmxExporterProperty
Javasoftware.amazon.awscdk.services.msk.CfnCluster.JmxExporterProperty
Pythonaws_cdk.aws_msk.CfnCluster.JmxExporterProperty
TypeScript aws-cdk-lib » aws_msk » CfnCluster » JmxExporterProperty

Indicates whether you want to enable or disable the JMX Exporter.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as msk } from 'aws-cdk-lib';
const jmxExporterProperty: msk.CfnCluster.JmxExporterProperty = {
  enabledInBroker: false,
};

Properties

NameTypeDescription
enabledInBrokerboolean | IResolvableIndicates whether you want to enable or disable the JMX Exporter.

enabledInBroker

Type: boolean | IResolvable

Indicates whether you want to enable or disable the JMX Exporter.