aws-cdk-lib.aws_msk.CfnCluster.ScramProperty

interface ScramProperty

LanguageType name
.NETAmazon.CDK.AWS.MSK.CfnCluster.ScramProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnCluster_ScramProperty
Javasoftware.amazon.awscdk.services.msk.CfnCluster.ScramProperty
Pythonaws_cdk.aws_msk.CfnCluster.ScramProperty
TypeScript aws-cdk-lib » aws_msk » CfnCluster » ScramProperty

Details for SASL/SCRAM 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 scramProperty: msk.CfnCluster.ScramProperty = {
  enabled: false,
};

Properties

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

enabled

Type: boolean | IResolvable

SASL/SCRAM authentication is enabled or not.