Class CfnClusterPropsMixin.NodeExporterProperty
Indicates whether you want to enable or disable the Node Exporter.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnClusterPropsMixin.NodeExporterProperty : CfnClusterPropsMixin.INodeExporterProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.NodeExporterProperty Implements CfnClusterPropsMixin.INodeExporterProperty
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 nodeExporterProperty = new NodeExporterProperty {
EnabledInBroker = false
};
Synopsis
Constructors
| NodeExporterProperty() | Indicates whether you want to enable or disable the Node Exporter. |
Properties
| EnabledInBroker | Indicates whether you want to enable or disable the Node Exporter. |
Constructors
NodeExporterProperty()
Indicates whether you want to enable or disable the Node Exporter.
public NodeExporterProperty()
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 nodeExporterProperty = new NodeExporterProperty {
EnabledInBroker = false
};
Properties
EnabledInBroker
Indicates whether you want to enable or disable the Node Exporter.
public object? EnabledInBroker { get; set; }