interface IamProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnCluster.IamProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_IamProperty |
Java | software.amazon.awscdk.services.msk.CfnCluster.IamProperty |
Python | aws_cdk.aws_msk.CfnCluster.IamProperty |
TypeScript | aws-cdk-lib » aws_msk » CfnCluster » IamProperty |
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-msk-cluster-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.CfnCluster.IamProperty = {
enabled: false,
};
Properties
Name | Type | Description |
---|---|---|
enabled | boolean | IResolvable |
enabled
Type:
boolean |
IResolvable