Input Args
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)