Class CfnClusterPropsMixin.JmxExporterProperty
Indicates whether you want to enable or disable the JMX Exporter.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterPropsMixin.JmxExporterProperty : CfnClusterPropsMixin.IJmxExporterProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.JmxExporterProperty Implements CfnClusterPropsMixin.IJmxExporterProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins;
var jmxExporterProperty = new JmxExporterProperty {
EnabledInBroker = false
};
Synopsis
Constructors
| JmxExporterProperty() | Indicates whether you want to enable or disable the JMX Exporter. |
Properties
| EnabledInBroker | Indicates whether you want to enable or disable the JMX Exporter. |
Constructors
JmxExporterProperty()
Indicates whether you want to enable or disable the JMX Exporter.
public JmxExporterProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins;
var jmxExporterProperty = new JmxExporterProperty {
EnabledInBroker = false
};
Properties
EnabledInBroker
Indicates whether you want to enable or disable the JMX Exporter.
public object? EnabledInBroker { get; set; }