interface IamProperty LanguageType name .NETAmazon.CDK.AWS.MSK.CfnServerlessCluster.IamProperty Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnServerlessCluster_IamProperty Javasoftware.amazon.awscdk.services.msk.CfnServerlessCluster.IamProperty Pythonaws_cdk.aws_msk.CfnServerlessCluster.IamProperty TypeScript aws-cdk-lib » aws_msk » CfnServerlessCluster » IamProperty See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-serverlesscluster-iam.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 iamProperty: msk.CfnServerlessCluster.IamProperty = { enabled: false, }; Properties NameTypeDescription enabledboolean | IResolvable enabled Type: boolean | IResolvable See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-serverlesscluster-iam.html#cfn-msk-serverlesscluster-iam-enabled