Class CfnCluster.VpcConnectivityScramProperty
Inheritance
System.Object
CfnCluster.VpcConnectivityScramProperty
Implements
Namespace: Amazon.CDK.AWS.MSK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class VpcConnectivityScramProperty : Object, CfnCluster.IVpcConnectivityScramProperty
Syntax (vb)
Public Class VpcConnectivityScramProperty
Inherits Object
Implements CfnCluster.IVpcConnectivityScramProperty
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 vpcConnectivityScramProperty = new VpcConnectivityScramProperty {
Enabled = false
};
Synopsis
Constructors
VpcConnectivityScramProperty() |
Properties
Enabled |
Constructors
VpcConnectivityScramProperty()
public VpcConnectivityScramProperty()
Properties
Enabled
public object Enabled { get; set; }
Property Value
System.Object