interface JmxExporterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins.CfnClusterPropsMixin.JmxExporterProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmsk/mixins#CfnClusterPropsMixin_JmxExporterProperty |
Java | software.amazon.awscdk.mixins.preview.services.msk.mixins.CfnClusterPropsMixin.JmxExporterProperty |
Python | aws_cdk.mixins_preview.aws_msk.mixins.CfnClusterPropsMixin.JmxExporterProperty |
TypeScript | @aws-cdk/mixins-preview » aws_msk » mixins » 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 { mixins as msk_mixins } from '@aws-cdk/mixins-preview/aws-msk';
const jmxExporterProperty: msk_mixins.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