Show / Hide Table of Contents

Class CfnClusterPropsMixin.JmxExporterProperty

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

Inheritance
object
CfnClusterPropsMixin.JmxExporterProperty
Implements
CfnClusterPropsMixin.IJmxExporterProperty
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.JmxExporterProperty : CfnClusterPropsMixin.IJmxExporterProperty
Syntax (vb)
Public Class CfnClusterPropsMixin.JmxExporterProperty Implements CfnClusterPropsMixin.IJmxExporterProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.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 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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-jmxexporter.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 jmxExporterProperty = new JmxExporterProperty {
                 EnabledInBroker = false
             };

Properties

EnabledInBroker

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

public object? EnabledInBroker { get; set; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnClusterPropsMixin.IJmxExporterProperty
Back to top Generated by DocFX