InputArgs

data class InputArgs(val name: Output<String>? = null, val properties: Output<Either<ReferenceInputPropertiesArgs, StreamInputPropertiesArgs>>? = null) : ConvertibleToJava<InputArgs>

An input object, containing all information associated with the named input. All inputs are contained under a streaming job.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, properties: Output<Either<ReferenceInputPropertiesArgs, StreamInputPropertiesArgs>>? = null)

Properties

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

Resource name

Link copied to clipboard

The properties that are associated with an input. Required on PUT (CreateOrReplace) requests.

Functions

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