BatchScramSecretArgs

data class BatchScramSecretArgs(val clusterArn: Output<String>? = null, val secretArnList: Output<List<String>>? = null) : ConvertibleToJava<BatchScramSecretArgs>

Resource Type definition for AWS::MSK::BatchScramSecret

Constructors

Link copied to clipboard
constructor(clusterArn: Output<String>? = null, secretArnList: Output<List<String>>? = null)

Properties

Link copied to clipboard
val clusterArn: Output<String>? = null

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

Link copied to clipboard
val secretArnList: Output<List<String>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): BatchScramSecretArgs