interface JmxExporterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MSK.CfnClusterPropsMixin.JmxExporterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmsk#CfnClusterPropsMixin_JmxExporterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.msk.CfnClusterPropsMixin.JmxExporterProperty |
Python | aws_cdk.cfn_property_mixins.aws_msk.CfnClusterPropsMixin.JmxExporterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_msk » CfnClusterPropsMixin » 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/cfn-property-mixins';
const jmxExporterProperty: msk.CfnClusterPropsMixin.JmxExporterProperty = {
enabledInBroker: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled | boolean | IResolvable | Indicates whether you want to enable or disable the JMX Exporter. |
enabledInBroker?
Type:
boolean | IResolvable
(optional)
Indicates whether you want to enable or disable the JMX Exporter.

.NET
Go
Java
Python
TypeScript