GetServerlessClusterPlainArgs

data class GetServerlessClusterPlainArgs(val arn: String) : ConvertibleToJava<GetServerlessClusterPlainArgs>

Constructors

Link copied to clipboard
constructor(arn: String)

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the MSK cluster.

Functions

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