Input File Args
data class InputFileArgs(val filename: Output<String>? = null, val includedTracks: Output<List<Any>>? = null, val odataType: Output<String>) : ConvertibleToJava<InputFileArgs>
An InputDefinition for a single file. TrackSelections are scoped to the file specified.