Show / Hide Table of Contents

Class CfnClusterPropsMixin.NodeExporterProperty

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

Inheritance
object
CfnClusterPropsMixin.NodeExporterProperty
Implements
CfnClusterPropsMixin.INodeExporterProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-nodeexporter.html#cfn-msk-cluster-nodeexporter-enabledinbroker

Type union: either bool or IResolvable

Implements

CfnClusterPropsMixin.INodeExporterProperty
Back to top Generated by DocFX