aws-cdk-lib.aws_msk.CfnCluster.VpcConnectivityIamProperty

interface VpcConnectivityIamProperty

LanguageType name
.NETAmazon.CDK.AWS.MSK.CfnCluster.VpcConnectivityIamProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_VpcConnectivityIamProperty
Javasoftware.amazon.awscdk.services.msk.CfnCluster.VpcConnectivityIamProperty
Pythonaws_cdk.aws_msk.CfnCluster.VpcConnectivityIamProperty
TypeScript aws-cdk-lib » 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 { aws_msk as msk } from 'aws-cdk-lib';
const vpcConnectivityIamProperty: msk.CfnCluster.VpcConnectivityIamProperty = {
  enabled: false,
};

Properties

NameTypeDescription
enabledboolean | IResolvableSASL/IAM authentication is enabled or not.

enabled

Type: boolean | IResolvable

SASL/IAM authentication is enabled or not.