interface IamProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.MSK.CfnServerlessCluster.IamProperty | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnServerlessCluster_IamProperty | 
  Java | software.amazon.awscdk.services.msk.CfnServerlessCluster.IamProperty | 
  Python | aws_cdk.aws_msk.CfnServerlessCluster.IamProperty | 
  TypeScript  | aws-cdk-lib » aws_msk » CfnServerlessCluster » IamProperty | 
Details for SASL/IAM client authentication.
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 iamProperty: msk.CfnServerlessCluster.IamProperty = {
  enabled: false,
};
Properties
| Name | Type | Description | 
|---|---|---|
| enabled | boolean | IResolvable | SASL/IAM authentication is enabled or not. | 
enabled
Type:
boolean | IResolvable
SASL/IAM authentication is enabled or not.

 .NET
 Go
 Java
 Python
 TypeScript