Interface CfnClusterPropsMixin.IZookeeperAccessProperty
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MSK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnClusterPropsMixin.IZookeeperAccessProperty
Syntax (vb)
Public Interface CfnClusterPropsMixin.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.CfnPropertyMixins.AWS.MSK;
var zookeeperAccessProperty = new ZookeeperAccessProperty {
Enabled = false
};
Synopsis
Properties
| Enabled |
Properties
Enabled
object? Enabled { get; }