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