CfnBatchScramSecretProps
- class aws_cdk.aws_msk.CfnBatchScramSecretProps(*, cluster_arn, secret_arn_list=None)
Bases:
object
Properties for defining a
CfnBatchScramSecret
.- Parameters:
cluster_arn (
str
) –secret_arn_list (
Optional
[Sequence
[str
]]) –
- See:
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. from aws_cdk import 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
-
- Type:
see