ClusterInfoArgs

data class ClusterInfoArgs(val id: Output<String>? = null) : ConvertibleToJava<ClusterInfoArgs>

The properties associated with a Stream Analytics cluster.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null)

Properties

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

The resource id of cluster.

Functions

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