Interface CfnClusterPropsMixin.IScramProperty
Details for SASL/SCRAM client authentication.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MSK
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnClusterPropsMixin.IScramProperty
Syntax (vb)
Public Interface CfnClusterPropsMixin.IScramProperty
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-scram.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 scramProperty = new ScramProperty {
Enabled = false
};
Synopsis
Properties
| Enabled | SASL/SCRAM authentication is enabled or not. |
Properties
Enabled
SASL/SCRAM authentication is enabled or not.
object? Enabled { get; }