interface VpcConnectivityIamProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.MSK.CfnCluster.VpcConnectivityIamProperty |
Java | software.amazon.awscdk.services.msk.CfnCluster.VpcConnectivityIamProperty |
Python | aws_cdk.aws_msk.CfnCluster.VpcConnectivityIamProperty |
TypeScript | @aws-cdk/aws-msk » CfnCluster » VpcConnectivityIamProperty |
Details for SASL/IAM client authentication for VpcConnectivity.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as msk from '@aws-cdk/aws-msk';
const vpcConnectivityIamProperty: msk.CfnCluster.VpcConnectivityIamProperty = {
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.