Stage Source Args
data class StageSourceArgs(val name: Output<String>? = null, val originalTransformOrCollection: Output<String>? = null, val sizeBytes: Output<String>? = null, val userName: Output<String>? = null) : ConvertibleToJava<StageSourceArgs>
Description of an input or output of an execution stage.