interface NodeExporterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MSK.Mixins.CfnClusterPropsMixin.NodeExporterProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmsk/mixins#CfnClusterPropsMixin_NodeExporterProperty |
Java | software.amazon.awscdk.mixins.preview.services.msk.mixins.CfnClusterPropsMixin.NodeExporterProperty |
Python | aws_cdk.mixins_preview.aws_msk.mixins.CfnClusterPropsMixin.NodeExporterProperty |
TypeScript | @aws-cdk/mixins-preview » aws_msk » mixins » CfnClusterPropsMixin » NodeExporterProperty |
Indicates whether you want to enable or disable the Node 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 nodeExporterProperty: msk_mixins.CfnClusterPropsMixin.NodeExporterProperty = {
enabledInBroker: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| enabled | boolean | IResolvable | Indicates whether you want to enable or disable the Node Exporter. |
enabledInBroker?
Type:
boolean | IResolvable
(optional)
Indicates whether you want to enable or disable the Node Exporter.

.NET
Go
Java
Python
TypeScript