AWS::MSK::BatchScramSecretRepresents a secret stored in the AWS Secrets Manager that can be used to authenticate with a cluster using a user name and a password.
import { CfnBatchScramSecret } from 'aws-cdk-lib/aws-msk';Or use the module namespace:
import * as msk from 'aws-cdk-lib/aws-msk';
// msk.CfnBatchScramSecretConfiguration passed to the constructor as CfnBatchScramSecretProps.
clusterArnRequiredstringThe Amazon Resource Name (ARN) that uniquely identifies the cluster.
secretArnListOptionalstring[]List of Amazon Resource Name (ARN)s of Secrets Manager secrets.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mskAWS::MSK::BatchScramSecret