Show / Hide Table of Contents

Class CfnCluster.ZookeeperAccessProperty

Inheritance
object
CfnCluster.ZookeeperAccessProperty
Implements
CfnCluster.IZookeeperAccessProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.AWS.MSK;

             var zookeeperAccessProperty = new ZookeeperAccessProperty {
                 Enabled = false
             };

Synopsis

Constructors

ZookeeperAccessProperty()

Properties

Enabled

Constructors

ZookeeperAccessProperty()

public ZookeeperAccessProperty()
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.AWS.MSK;

             var zookeeperAccessProperty = new ZookeeperAccessProperty {
                 Enabled = false
             };

Properties

Enabled

public object? Enabled { get; set; }
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

Implements

CfnCluster.IZookeeperAccessProperty
Back to top Generated by DocFX