CfnBatchScramSecretProps
- class aws_cdk.aws_msk.CfnBatchScramSecretProps(*, cluster_arn, secret_arn_list=None)
- Bases: - object- Properties for defining a - CfnBatchScramSecret.- Parameters:
- cluster_arn ( - str) –- AWS::MSK::BatchScramSecret.ClusterArn.
- secret_arn_list ( - Optional[- Sequence[- str]]) –- AWS::MSK::BatchScramSecret.SecretArnList.
 
- Link:
- http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html 
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_msk as msk cfn_batch_scram_secret_props = msk.CfnBatchScramSecretProps( cluster_arn="clusterArn", # the properties below are optional secret_arn_list=["secretArnList"] ) - Attributes - cluster_arn
- AWS::MSK::BatchScramSecret.ClusterArn.
 - secret_arn_list
- AWS::MSK::BatchScramSecret.SecretArnList.