aws-cdk-lib.aws_msk.CfnBatchScramSecretProps

interface CfnBatchScramSecretProps

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

Properties for defining a CfnBatchScramSecret.

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 cfnBatchScramSecretProps: msk.CfnBatchScramSecretProps = {
  clusterArn: 'clusterArn',

  // the properties below are optional
  secretArnList: ['secretArnList'],
};

Properties

NameTypeDescription
clusterArnstringAWS::MSK::BatchScramSecret.ClusterArn.
secretArnList?string[]AWS::MSK::BatchScramSecret.SecretArnList.

clusterArn

Type: string

AWS::MSK::BatchScramSecret.ClusterArn.


secretArnList?

Type: string[] (optional)

AWS::MSK::BatchScramSecret.SecretArnList.