Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-zookeeperaccess.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.CfnPropertyMixins.AWS.MSK;

             var zookeeperAccessProperty = new ZookeeperAccessProperty {
                 Enabled = false
             };

Synopsis

Properties

Enabled

Properties

Enabled

object? Enabled { get; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Back to top Generated by DocFX