Class CfnCluster.ZookeeperAccessProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnCluster.ZookeeperAccessProperty : CfnCluster.IZookeeperAccessProperty
Syntax (vb)
Public Class CfnCluster.ZookeeperAccessProperty Implements CfnCluster.IZookeeperAccessProperty
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.AWS.MSK;
var zookeeperAccessProperty = new ZookeeperAccessProperty {
Enabled = false
};
Synopsis
Constructors
| ZookeeperAccessProperty() |
Properties
| Enabled |
Constructors
ZookeeperAccessProperty()
public ZookeeperAccessProperty()
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.AWS.MSK;
var zookeeperAccessProperty = new ZookeeperAccessProperty {
Enabled = false
};
Properties
Enabled
public object? Enabled { get; set; }