GetStreamProcessorResult

data class GetStreamProcessorResult(val arn: String? = null, val status: String? = null, val statusMessage: String? = null, val tags: List<StreamProcessorTag>? = null)

Constructors

Link copied to clipboard
fun GetStreamProcessorResult(arn: String? = null, status: String? = null, statusMessage: String? = null, tags: List<StreamProcessorTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
val status: String? = null

Current status of the stream processor.

Link copied to clipboard
val statusMessage: String? = null

Detailed status message about the stream processor.

Link copied to clipboard

An array of key-value pairs to apply to this resource.