interface ScramProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.MSK.CfnCluster.ScramProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_ScramProperty | 
|  Java | software.amazon.awscdk.services.msk.CfnCluster.ScramProperty | 
|  Python | aws_cdk.aws_msk.CfnCluster.ScramProperty | 
|  TypeScript | aws-cdk-lib»aws_msk»CfnCluster»ScramProperty | 
Details for SASL/SCRAM client authentication.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-scram.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as msk } from 'aws-cdk-lib';
const scramProperty: msk.CfnCluster.ScramProperty = {
  enabled: false,
};
Properties
| Name | Type | Description | 
|---|---|---|
| enabled | boolean | IResolvable | SASL/SCRAM authentication is enabled or not. | 
enabled
Type:
boolean | IResolvable
SASL/SCRAM authentication is enabled or not.
