CfnBatchScramSecretMixinProps

class aws_cdk.mixins_preview.aws_msk.mixins.CfnBatchScramSecretMixinProps(*, cluster_arn=None, secret_arn_list=None)

Bases: object

Properties for CfnBatchScramSecretPropsMixin.

Parameters:
  • cluster_arn (Optional[str]) – The Amazon Resource Name (ARN) that uniquely identifies the cluster.

  • secret_arn_list (Optional[Sequence[str]]) – List of Amazon Resource Name (ARN)s of Secrets Manager secrets.

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.mixins_preview.aws_msk import mixins as msk_mixins

cfn_batch_scram_secret_mixin_props = msk_mixins.CfnBatchScramSecretMixinProps(
    cluster_arn="clusterArn",
    secret_arn_list=["secretArnList"]
)

Attributes

cluster_arn

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html#cfn-msk-batchscramsecret-clusterarn

secret_arn_list

List of Amazon Resource Name (ARN)s of Secrets Manager secrets.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-batchscramsecret.html#cfn-msk-batchscramsecret-secretarnlist