aws-cdk-lib.aws_msk.CfnCluster.NodeExporterProperty

interface NodeExporterProperty

LanguageType name
.NETAmazon.CDK.AWS.MSK.CfnCluster.NodeExporterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_NodeExporterProperty
Javasoftware.amazon.awscdk.services.msk.CfnCluster.NodeExporterProperty
Pythonaws_cdk.aws_msk.CfnCluster.NodeExporterProperty
TypeScript aws-cdk-lib » aws_msk » CfnCluster » 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 { aws_msk as msk } from 'aws-cdk-lib';
const nodeExporterProperty: msk.CfnCluster.NodeExporterProperty = {
  enabledInBroker: false,
};

Properties

NameTypeDescription
enabledInBrokerboolean | IResolvableIndicates whether you want to enable or disable the Node Exporter.

enabledInBroker

Type: boolean | IResolvable

Indicates whether you want to enable or disable the Node Exporter.